Add MANIFEST.in file.

Adding this file so that `python setup.py install` will work properly.

Change-Id: I1673b88f93898364a988e95b362cda0fbbd9c62c
This commit is contained in:
David Shrewsbury 2012-11-07 17:17:07 -05:00
parent ee826e56e0
commit 052b666a84

9
MANIFEST.in Normal file
View File

@ -0,0 +1,9 @@
include README
exclude .gitignore
exclude .gitreview
global-exclude *.pyc
graft doc
graft tools