mongo-python-driver/MANIFEST.in
behackett e0863c91e8 Switch back to setuptools from distribute.
Distibute is no longer developed or supported and
the merged setuptools project fixes a number of
Windows packaging bugs.
2013-08-27 13:31:21 -07:00

11 lines
248 B
Plaintext

include README.rst
include LICENSE
include ez_setup.py
recursive-include doc *.rst
recursive-include doc *.py
recursive-include tools *.py
include tools/README.rst
recursive-include test *.pem
recursive-include test *.py
recursive-include bson *.h