Mercurial > p > roundup > code
annotate MANIFEST.in @ 522:f2edf460b0b9
[SF#502437] rogue reactor and unittest
in short, the nosy reactor was modifying the nosy list. That code had
been there for a long time, and I suspect it was there because we
weren't generating the nosy list correctly in other places of the code.
We're now doing that, so the nosy-modifying code can go away from the
nosy reactor.
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Fri, 11 Jan 2002 23:22:29 +0000 |
| parents | ff35f683fc9d |
| children | 3f42b0f90c7c |
| 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 |
|
96
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 |
