annotate MANIFEST.in @ 262:ab921dc53ccd

Added nicer command-line item adding: passing no arguments will enter an interactive more which asks for each property in turn. While I was at it, I fixed an implementation problem WRT the spec - I wasn't raising a ValueError if the key property was missing from a create(). Also added a protected=boolean argument to getprops() so we can list only the mutable properties (defaults to yes, which lists the immutables).
author Richard Jones <richard@users.sourceforge.net>
date Thu, 04 Oct 2001 02:12:42 +0000
parents 22bab253c9ea
children ff35f683fc9d
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
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
00b13b82adc1 changes
Richard Jones <richard@users.sourceforge.net>
parents: 96
diff changeset
4 recursive-include doc *.html *.png *.txt
242
22bab253c9ea minor stuff
Richard Jones <richard@users.sourceforge.net>
parents: 109
diff changeset
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

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