X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=MANIFEST.in;h=b95ef64a1a554e1654daecd4121367f8835ee6bc;hb=a6e5b8ddba07c02ca388a77f1382460681a9e42f;hp=be442fb7d517c4ceed6a4455b412e32f4e65eb51;hpb=c7548f7561a32fc5d52baadf350db534abff544a;p=roundup.git diff --git a/MANIFEST.in b/MANIFEST.in index be442fb..b95ef64 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,8 +1,14 @@ -recursive-include roundup *.py *.txt *.item *.index *.css *.filter *.newitem -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