PYTHON-4103 Add badges to README (#1461)
This commit is contained in:
parent
b976531f1d
commit
423b2f8b09
10
README.md
10
README.md
@ -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
|
||||
[](https://pypi.org/project/pymongo)
|
||||
[](https://pypi.org/project/pymongo)
|
||||
[](https://pepy.tech/project/pymongo)
|
||||
[](http://pymongo.readthedocs.io/en/stable/?badge=stable)
|
||||
|
||||
## About
|
||||
|
||||
|
||||
@ -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__"}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user