PYTHON-4103 Add badges to README (#1461)

This commit is contained in:
Steven Silvester 2023-12-15 06:10:58 -06:00 committed by GitHub
parent b976531f1d
commit 423b2f8b09
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 7 deletions

View File

@ -1,11 +1,9 @@
# PyMongo
See [the mongo site](http://www.mongodb.org) for more information.
See [GitHub](http://github.com/mongodb/mongo-python-driver) for the
latest source.
Documentation: available at [pymongo.readthedocs.io](https://pymongo.readthedocs.io/en/stable/)
Author: The MongoDB Python Team
[![PyPI Version](https://img.shields.io/pypi/v/pymongo)](https://pypi.org/project/pymongo)
[![Python Versions](https://img.shields.io/pypi/pyversions/pymongo)](https://pypi.org/project/pymongo)
[![Monthly Downloads](https://static.pepy.tech/badge/pymongo/month)](https://pepy.tech/project/pymongo)
[![Documentation Status](https://readthedocs.org/projects/pymongo/badge/?version=stable)](http://pymongo.readthedocs.io/en/stable/?badge=stable)
## About

View File

@ -83,7 +83,10 @@ zstd = [
test = ["pytest>=7"]
[project.urls]
Homepage = "http://github.com/mongodb/mongo-python-driver"
Homepage = "https://www.mongodb.org"
Documentation = "https://pymongo.readthedocs.io"
Source = "https://github.com/mongodb/pymongo"
Tracker = "https://jira.mongodb.org/projects/PYTHON/issues"
[tool.setuptools.dynamic]
version = {attr = "pymongo._version.__version__"}