Mercurial > p > roundup > code
annotate MANIFEST.in @ 777:bcd284bba81f
Updated message strings...
...to match the RFC822 address quoting performed by the 'email' and
'rfc822' modules. The verification really should use a RFC2822
message parser rather than literal string comparisions to allow for
legal variations in messages.
| author | Derrick Hudson <dman13@users.sourceforge.net> |
|---|---|
| date | Tue, 18 Jun 2002 03:59:59 +0000 |
| parents | 938edfdeac6e |
| children | 930f86500a9c |
| rev | line source |
|---|---|
|
328
ff35f683fc9d
Fixed manifest template
Richard Jones <richard@users.sourceforge.net>
parents:
242
diff
changeset
|
1 recursive-include roundup *.py *.txt *.item *.index *.css *.filter *.newitem |
|
572
3f42b0f90c7c
we'll actually distribute the frontends directory now, as advertised...
Richard Jones <richard@users.sourceforge.net>
parents:
328
diff
changeset
|
2 recursive-include frontends *.py *.txt *.dtml *.gif *.css *.html |
|
96
73c52eae999c
Added the distutils manifest template
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
3 recursive-include cgi-bin *.cgi |
|
73c52eae999c
Added the distutils manifest template
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
4 recursive-include test *.py *.txt |
| 109 | 5 recursive-include doc *.html *.png *.txt |
| 242 | 6 exclude doc/announcement.txt |
|
96
73c52eae999c
Added the distutils manifest template
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
7 include roundup-* |
|
753
938edfdeac6e
Sorry about this huge checkin!
Richard Jones <richard@users.sourceforge.net>
parents:
572
diff
changeset
|
8 include run_tests *.txt |
|
96
73c52eae999c
Added the distutils manifest template
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
9 |
