Make myself maintainer.

This commit is contained in:
behackett 2011-03-18 09:41:48 -07:00
parent dfc7158e93
commit 8fd90457db
2 changed files with 4 additions and 2 deletions

View File

@ -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
=====

View File

@ -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"],