Skip to content

Commit 41d0dba

Browse files
committed
Fix some build/dist warnings.
1 parent 9933f93 commit 41d0dba

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

MANIFEST.in

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,4 @@ recursive-include doc *.py
66
recursive-include tools *.py
77
include tools/README.rst
88
recursive-include test *.py
9-
recursive-include pymongo *.h
109
recursive-include bson *.h

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,7 @@ def build_extension(self, ext):
163163
description="Python driver for MongoDB <http://www.mongodb.org>",
164164
long_description=readme_content,
165165
author="Mike Dirolf",
166+
author_email="mongodb-user@googlegroups.com",
166167
maintainer="Bernie Hackett",
167168
maintainer_email="bernie@10gen.com",
168169
url="http://github.com/mongodb/mongo-python-driver",

0 commit comments

Comments
 (0)