Code

When debugging mail (debug = <filename> setting in [mail] section of
[roundup.git] / MANIFEST.in
index a7a8ffca9dff5bcd4fa9148ab9f960db0b77493c..b95ef64a1a554e1654daecd4121367f8835ee6bc 100644 (file)
@@ -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