From 21461ace4fe6ed1eb26626d5c84ebb77202faccd Mon Sep 17 00:00:00 2001 From: Subin Kim Date: Mon, 29 Apr 2024 19:19:28 +0900 Subject: [PATCH] fix: update `pyproject.toml` project source url (#1623) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a48baa09a..4520ba08c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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]