Mercurial > p > roundup > code
annotate MANIFEST.in @ 302:d1fb3fcdb11b
Catch errors in login - no username or password supplied.
Fixed editing of password (Password property type) thanks Roch'e Compaan.
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Sat, 20 Oct 2001 11:58:48 +0000 |
| parents | 22bab253c9ea |
| children | ff35f683fc9d |
| rev | line source |
|---|---|
|
96
73c52eae999c
Added the distutils manifest template
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
1 recursive-include roundup *.py *.txt *.item *.index *.css *.filter |
|
73c52eae999c
Added the distutils manifest template
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
2 recursive-include cgi-bin *.cgi |
|
73c52eae999c
Added the distutils manifest template
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
3 recursive-include test *.py *.txt |
| 109 | 4 recursive-include doc *.html *.png *.txt |
| 242 | 5 exclude doc/announcement.txt |
|
96
73c52eae999c
Added the distutils manifest template
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
6 include roundup-* |
|
73c52eae999c
Added the distutils manifest template
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
7 include *.txt |
|
73c52eae999c
Added the distutils manifest template
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
8 |
