fix: update pyproject.toml project source url (#1623)

This commit is contained in:
Subin Kim 2024-04-29 19:19:28 +09:00 committed by GitHub
parent 4ea8fcbb3b
commit 21461ace4f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -43,7 +43,7 @@ classifiers = [
[project.urls]
Homepage = "https://www.mongodb.org"
Documentation = "https://pymongo.readthedocs.io"
Source = "https://github.com/mongodb/pymongo"
Source = "https://github.com/mongodb/mongo-python-driver"
Tracker = "https://jira.mongodb.org/projects/PYTHON/issues"
[tool.setuptools.dynamic]