We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9933f93 commit 41d0dbaCopy full SHA for 41d0dba
2 files changed
MANIFEST.in
@@ -6,5 +6,4 @@ recursive-include doc *.py
6
recursive-include tools *.py
7
include tools/README.rst
8
recursive-include test *.py
9
-recursive-include pymongo *.h
10
recursive-include bson *.h
setup.py
@@ -163,6 +163,7 @@ def build_extension(self, ext):
163
description="Python driver for MongoDB <http://www.mongodb.org>",
164
long_description=readme_content,
165
author="Mike Dirolf",
166
+ author_email="mongodb-user@googlegroups.com",
167
maintainer="Bernie Hackett",
168
maintainer_email="bernie@10gen.com",
169
url="http://github.com/mongodb/mongo-python-driver",
0 commit comments