annotate MANIFEST.in @ 905:502a5ae11cc5

Very close now. The cgi and mailgw now use the new security API. The two templates have been migrated to that setup. Lots of unit tests. Still some issue in the web form for editing Roles assigned to users.
author Richard Jones <richard@users.sourceforge.net>
date Fri, 26 Jul 2002 08:27:00 +0000
parents 930f86500a9c
children 4dc74354e8c3
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
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
00b13b82adc1 changes
Richard Jones <richard@users.sourceforge.net>
parents: 96
diff changeset
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

Roundup Issue Tracker: http://roundup-tracker.org/