X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=MANIFEST.in;h=b95ef64a1a554e1654daecd4121367f8835ee6bc;hb=5f84f70ebe78ea719f489e0f20d11b505563c1f2;hp=0fc4e8f4f211837c205656eade00342496325421;hpb=e0682d7cfa374ce2f417ddcf0e652f030fb5dcd0;p=roundup.git diff --git a/MANIFEST.in b/MANIFEST.in index 0fc4e8f..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 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