From 8509c957258c2c81fd0439970d788416363fadbc Mon Sep 17 00:00:00 2001 From: "Jeffrey A. Clark" Date: Tue, 29 Apr 2025 17:16:25 -0400 Subject: [PATCH] PYTHON-5364 Update package description - Remove URL - Match GitHub project description --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4da75b4c13..fb2dd58131 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "hatchling.build" [project] name = "pymongo" dynamic = ["version", "dependencies", "optional-dependencies"] -description = "Python driver for MongoDB " +description = "PyMongo - the Official MongoDB Python driver" readme = "README.md" license = {file="LICENSE"} requires-python = ">=3.9"