Remove (commented out) options that have moved into the distribution.

This commit is contained in:
Jeremy Hylton 2002-06-04 20:40:03 +00:00
parent d003abccc7
commit 711f91cf83
1 changed files with 0 additions and 13 deletions

View File

@ -34,19 +34,6 @@ class bdist_packager (Command):
"Software category (packager dependent format)"),
('revision=', None,
"package revision number"),
# the following have moved into the distribution class
#('packager=', None,
#"Package maintainer"),
#('packager-mail=', None,
#"Package maintainer's email address"),
#('author=', None,
#"Package author"),
#('author-mail=', None,
#"Package author's email address"),
#('license=', None,
#"License code"),
#('licence=', None,
#"alias for license"),
('icon=', None,
"Package icon"),
('subpackages=', None,