Update author and maintainer

This commit is contained in:
Bernie Hackett 2021-11-11 13:56:26 -08:00
parent 370e1652ad
commit 99a413f81b
2 changed files with 2 additions and 5 deletions

View File

@ -3,8 +3,7 @@ PyMongo
=======
:Info: See `the mongo site <http://www.mongodb.org>`_ for more information. See `GitHub <http://github.com/mongodb/mongo-python-driver>`_ for the latest source.
:Documentation: Available at `pymongo.readthedocs.io <https://pymongo.readthedocs.io/en/stable/>`_
:Author: Mike Dirolf
:Maintainer: Bernie Hackett <bernie@mongodb.com>
:Author: The MongoDB Python Team
About
=====

View File

@ -314,10 +314,8 @@ setup(
version=version,
description="Python driver for MongoDB <http://www.mongodb.org>",
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=[],