Mercurial > p > roundup > code
diff MANIFEST.in @ 1939:1303c208419d
some updates that were sitting on disk
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Thu, 04 Dec 2003 02:43:07 +0000 |
| parents | 6889824fcdf9 |
| children | b7404a96b58a |
line wrap: on
line diff
--- a/MANIFEST.in Fri Nov 21 22:22:32 2003 +0000 +++ b/MANIFEST.in Thu Dec 04 02:43:07 2003 +0000 @@ -7,9 +7,7 @@ recursive-include doc *.html *.png *.txt *.css *.1 recursive-include detectors *.py recursive-include templates *.* home* page* -recursive-exclude roundup *.pyc *.pyo .* -recursive-exclude frontends *.pyc *.pyo .* -recursive-exclude templates *.pyc *.pyo .* +global-exclude .cvsignore *.pyc *.pyo include run_tests *.txt demo.py exclude BUILD.txt I18N_PROGRESS.txt TODO.txt exclude doc/security.txt doc/templating.txt
