X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=MANIFEST.in;h=b95ef64a1a554e1654daecd4121367f8835ee6bc;hb=f2228172dcbed77780ef7b60b10ac3e85cded918;hp=a7a8ffca9dff5bcd4fa9148ab9f960db0b77493c;hpb=e8c6831cfb608458a1cb80cdcd62ac595ea22189;p=roundup.git diff --git a/MANIFEST.in b/MANIFEST.in index a7a8ffc..b95ef64 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,10 +1,14 @@ -recursive-include roundup *.* home* page* +recursive-include share * +recursive-include roundup *.* recursive-include frontends *.* -recursive-include cgi-bin *.cgi +recursive-include scripts *.* *-* +recursive-include tools *.* recursive-include test *.py *.txt -recursive-include doc *.html *.png *.txt -recursive-exclude roundup *.pyc *.pyo .cvsignore -recursive-exclude frontends *.pyc *.pyo .cvsignore -include run_tests *.txt -exclude BUILD.txt I18N_PROGRESS.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