Mercurial > p > roundup > code
diff MANIFEST.in @ 4034:39531c28e540
Add 'share' and remove .svn
| author | Stefan Seefeld <stefan@seefeld.name> |
|---|---|
| date | Thu, 12 Feb 2009 05:57:42 +0000 |
| parents | a2d22d0de0bc |
| children | 3dc458554d68 |
line wrap: on
line diff
--- a/MANIFEST.in Thu Feb 12 05:54:26 2009 +0000 +++ b/MANIFEST.in Thu Feb 12 05:57:42 2009 +0000 @@ -1,3 +1,4 @@ +recursive-include share * recursive-include roundup *.* recursive-include frontends *.* recursive-include scripts *.* *-* @@ -6,7 +7,7 @@ recursive-include doc *.html *.png *.txt *.css *.1 *.example recursive-include detectors *.py recursive-include templates *.* home* page* -global-exclude .cvsignore *.pyc *.pyo .DS_Store +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
