Mercurial > p > roundup > code
annotate MANIFEST.in @ 635:3d61b5d2243e
Added popup help for classes using the classhelp html template function.
- add <display call="classhelp('priority', 'id,name,description')">
to an item page, and it generates a link to a popup window which displays
the id, name and description for the priority class. The description
field won't exist in most installations, but it will be added to the
default templates.
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Thu, 21 Feb 2002 06:57:39 +0000 |
| parents | 3f42b0f90c7c |
| children | 938edfdeac6e |
| 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-* |
|
73c52eae999c
Added the distutils manifest template
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
8 include *.txt |
|
73c52eae999c
Added the distutils manifest template
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
9 |
