Adding a proper MANIFEST.in to the project.

This file will instruct setuptools to package *all* important distribution
packages when the code gets uploaded to PyPI.
This commit is contained in:
Randall Degges 2010-08-17 16:40:10 +08:00 committed by Ryan McGrath
parent d9fcd3a264
commit 9f7e1fa121

3
MANIFEST.in Normal file
View file

@ -0,0 +1,3 @@
include LICENSE README.markdown
recursive-include examples *
recursive-exclude examples *.pyc