Make myself maintainer.
This commit is contained in:
parent
dfc7158e93
commit
8fd90457db
@ -2,7 +2,8 @@
|
||||
PyMongo
|
||||
=======
|
||||
:Info: See `the mongo site <http://www.mongodb.org>`_ for more information. See `github <http://github.com/mongodb/mongo-python-driver/tree>`_ for the latest source.
|
||||
:Author: Mike Dirolf <mike@10gen.com>
|
||||
:Author: Mike Dirolf
|
||||
:Maintainer: Bernie Hackett <bernie@10gen.com>
|
||||
|
||||
About
|
||||
=====
|
||||
|
||||
3
setup.py
3
setup.py
@ -163,7 +163,8 @@ setup(
|
||||
description="Python driver for MongoDB <http://www.mongodb.org>",
|
||||
long_description=readme_content,
|
||||
author="Mike Dirolf",
|
||||
author_email="mongodb-user@googlegroups.com",
|
||||
maintainer="Bernie Hackett",
|
||||
maintainer_email="bernie@10gen.com",
|
||||
url="http://github.com/mongodb/mongo-python-driver",
|
||||
keywords=["mongo", "mongodb", "pymongo", "gridfs", "bson"],
|
||||
packages=["bson", "pymongo", "gridfs"],
|
||||
|
||||
Loading…
Reference in New Issue
Block a user