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"