X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=MANIFEST.in;h=b95ef64a1a554e1654daecd4121367f8835ee6bc;hb=9976de4f1761b47dc459f10c4b28c311de84e103;hp=05ca55e06658b4a191f46873cec3aebda68a3fe3;hpb=8b11924dead63e1138fe4fafcb86bb32de2dfb72;p=roundup.git diff --git a/MANIFEST.in b/MANIFEST.in index 05ca55e..b95ef64 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,9 +1,14 @@ -recursive-include roundup *.py *.txt *.item *.index *.css *.filter *.newitem -recursive-include frontends *.py *.txt *.dtml *.gif *.css *.html -recursive-include cgi-bin *.cgi +recursive-include share * +recursive-include roundup *.* +recursive-include frontends *.* +recursive-include scripts *.* *-* +recursive-include tools *.* recursive-include test *.py *.txt -recursive-include doc *.html *.png *.txt -exclude doc/announcement.txt -include roundup-* -include *.txt - +recursive-include doc *.html *.png *.txt *.css *.1 *.example +recursive-include detectors *.py +recursive-include templates *.* home* page* +global-exclude .svn .cvsignore *.pyc *.pyo .DS_Store +include run_tests.py *.txt demo.py MANIFEST.in MANIFEST +exclude BUILD.txt I18N_PROGRESS.txt TODO.txt +exclude doc/security.txt doc/templating.txt +include locale/*.po locale/*.mo locale/roundup.pot