Update author and maintainer
This commit is contained in:
parent
370e1652ad
commit
99a413f81b
@ -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
|
||||
=====
|
||||
|
||||
4
setup.py
4
setup.py
@ -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=[],
|
||||
|
||||
Loading…
Reference in New Issue
Block a user