view 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
line wrap: on
line source

recursive-include roundup *.py *.txt *.item *.index *.css *.filter
recursive-include cgi-bin *.cgi
recursive-include test *.py *.txt
recursive-include doc *.html *.png *.txt
exclude doc/announcement.txt
include roundup-*
include *.txt


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