Added MANIFEST.in file.

This commit is contained in:
Bastian Kleineidam 2010-11-03 20:50:14 +01:00
parent 1eddb60c85
commit 4758bf1d4b
2 changed files with 5 additions and 0 deletions

1
.gitignore vendored
View File

@ -3,3 +3,4 @@
/build /build
/dist /dist
/.achievements /.achievements
/MANIFEST

4
MANIFEST.in Normal file
View File

@ -0,0 +1,4 @@
include MANIFEST.in
include COPYING doc/*.1 doc/*.txt
include Makefile *.bat *.bash-completion
recursive-include tests *.py