Mercurial > p > roundup > code
annotate MANIFEST.in @ 928:23c9d4f86380
Added the web access and email access permissions..
...so people can restrict access to users who register through the
email interface (for example). Also added "security" command to the
roundup-admin interface to display the Role/Permission config for an
instance.
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Thu, 01 Aug 2002 00:56:22 +0000 |
| parents | 930f86500a9c |
| children | 4dc74354e8c3 |
| 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 |
|
795
930f86500a9c
Removed a couple of unnecessary files from distro.
Richard Jones <richard@users.sourceforge.net>
parents:
753
diff
changeset
|
6 exclude doc/announcement.txt BUILD.txt I18N_PROGRESS.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 |
