diff --git a/README.md b/README.md index 8ae5ebdf6..046b899a7 100644 --- a/README.md +++ b/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 +[![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 diff --git a/pyproject.toml b/pyproject.toml index 036158c97..b182a16f7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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__"}