Skip to content

Commit 99a413f

Browse files
committed
Update author and maintainer
1 parent 370e165 commit 99a413f

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

README.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ PyMongo
33
=======
44
: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.
55
:Documentation: Available at `pymongo.readthedocs.io <https://pymongo.readthedocs.io/en/stable/>`_
6-
:Author: Mike Dirolf
7-
:Maintainer: Bernie Hackett <[email protected]>
6+
:Author: The MongoDB Python Team
87

98
About
109
=====

setup.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -314,10 +314,8 @@ def build_extension(self, ext):
314314
version=version,
315315
description="Python driver for MongoDB <http://www.mongodb.org>",
316316
long_description=readme_content,
317-
author="Mike Dirolf",
317+
author="The MongoDB Python Team",
318318
author_email="[email protected]",
319-
maintainer="Bernie Hackett",
320-
maintainer_email="[email protected]",
321319
url="http://github.com/mongodb/mongo-python-driver",
322320
keywords=["mongo", "mongodb", "pymongo", "gridfs", "bson"],
323321
install_requires=[],

0 commit comments

Comments
 (0)