Skip to content

Commit 423b2f8

Browse files
authored
PYTHON-4103 Add badges to README (mongodb#1461)
1 parent b976531 commit 423b2f8

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
# PyMongo
22

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

108
## About
119

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,10 @@ zstd = [
8383
test = ["pytest>=7"]
8484

8585
[project.urls]
86-
Homepage = "http://github.com/mongodb/mongo-python-driver"
86+
Homepage = "https://www.mongodb.org"
87+
Documentation = "https://pymongo.readthedocs.io"
88+
Source = "https://github.com/mongodb/pymongo"
89+
Tracker = "https://jira.mongodb.org/projects/PYTHON/issues"
8790

8891
[tool.setuptools.dynamic]
8992
version = {attr = "pymongo._version.__version__"}

0 commit comments

Comments
 (0)