Fix some build/dist warnings.
This commit is contained in:
parent
9933f93187
commit
41d0dbaf4b
@ -6,5 +6,4 @@ recursive-include doc *.py
|
||||
recursive-include tools *.py
|
||||
include tools/README.rst
|
||||
recursive-include test *.py
|
||||
recursive-include pymongo *.h
|
||||
recursive-include bson *.h
|
||||
|
||||
1
setup.py
1
setup.py
@ -163,6 +163,7 @@ 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",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user