Add a MANIFEST.in file so that generating the source dist tarball is more complete.

This commit is contained in:
Stephen Boddy 2017-02-26 19:06:37 +01:00
parent 10d60bb001
commit f9d9bdfec7
1 changed files with 7 additions and 0 deletions

7
MANIFEST.in Normal file
View File

@ -0,0 +1,7 @@
include AUTHORS ChangeLog COPYING INSTALL README remotinator setup.py terminator terminator.wrapper run_tests
recursive-include data *
recursive-include doc *
recursive-include po *
recursive-include terminatorlib *.py *.glade *.css
recursive-include tests *.py