Mercurial > p > roundup > code
diff MANIFEST.in @ 1356:83f33642d220 maint-0.5
[[Metadata associated with this commit was garbled during conversion from CVS
to Subversion.]]
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Thu, 09 Jan 2003 22:59:22 +0000 |
| parents | |
| children | 8fbfe479a873 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/MANIFEST.in Thu Jan 09 22:59:22 2003 +0000 @@ -0,0 +1,13 @@ +recursive-include roundup *.* home* page* +recursive-include frontends *.* +recursive-include scripts *.* *-* +recursive-include tools *.* +recursive-include cgi-bin *.cgi +recursive-include test *.py *.txt +recursive-include doc *.html *.png *.txt *.css +recursive-exclude roundup *.pyc *.pyo .cvsignore +recursive-exclude frontends *.pyc *.pyo .cvsignore +include run_tests *.txt +exclude BUILD.txt I18N_PROGRESS.txt TODO.txt +exclude doc/security.txt doc/templating.txt +
