Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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__"}
Expand Down