Add MANIFEST.in for setup sdist target.

This commit is contained in:
Chris PeBenito 2014-10-29 14:12:49 -04:00
parent 84b3e8b9f4
commit c183796688
2 changed files with 10 additions and 0 deletions

1
.gitignore vendored
View File

@ -1,4 +1,5 @@
/build
/dist
/setools.egg-info
*.pyc
*.pyo

9
MANIFEST.in Normal file
View File

@ -0,0 +1,9 @@
include data/*
include libqpol/*.h
include libqpol/*.l
include libqpol/*.y
include libqpol/libqpol.map
include libqpol/include/qpol/*.h
include tests/*.conf
include tests/*.py
include tests/perm_map