From 99a413f81b620ca389330e24a9731386573aff79 Mon Sep 17 00:00:00 2001 From: Bernie Hackett Date: Thu, 11 Nov 2021 13:56:26 -0800 Subject: [PATCH] Update author and maintainer --- README.rst | 3 +-- setup.py | 4 +--- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/README.rst b/README.rst index ba505dbb3..f83ad70b1 100644 --- a/README.rst +++ b/README.rst @@ -3,8 +3,7 @@ PyMongo ======= :Info: See `the mongo site `_ for more information. See `GitHub `_ for the latest source. :Documentation: Available at `pymongo.readthedocs.io `_ -:Author: Mike Dirolf -:Maintainer: Bernie Hackett +:Author: The MongoDB Python Team About ===== diff --git a/setup.py b/setup.py index cdf911391..8fcad6cc6 100755 --- a/setup.py +++ b/setup.py @@ -314,10 +314,8 @@ setup( version=version, description="Python driver for MongoDB ", long_description=readme_content, - author="Mike Dirolf", + author="The MongoDB Python Team", author_email="mongodb-user@googlegroups.com", - maintainer="Bernie Hackett", - maintainer_email="bernie@mongodb.com", url="http://github.com/mongodb/mongo-python-driver", keywords=["mongo", "mongodb", "pymongo", "gridfs", "bson"], install_requires=[],