X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=MANIFEST.in;h=b95ef64a1a554e1654daecd4121367f8835ee6bc;hb=d5597ec3a5458ae238e653aff0b333b44ad165a2;hp=d42f79fd2e1f9a54b8186cb876f4aafbc135a72f;hpb=23ebe72ffa332f96b38a7fc116e65df023294437;p=roundup.git diff --git a/MANIFEST.in b/MANIFEST.in index d42f79f..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 BUILD.txt I18N_PROGRESS.txt -include roundup-* -include run_tests *.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