diff options
author | Jeremy Hylton <jeremy@alum.mit.edu> | 2002-06-04 20:40:03 (GMT) |
---|---|---|
committer | Jeremy Hylton <jeremy@alum.mit.edu> | 2002-06-04 20:40:03 (GMT) |
commit | 711f91cf83d631a4ff3d7119be4c7cacebadad20 (patch) | |
tree | 40aa24cce4ced5de6a980482ed9b4918c08ae648 /Lib/distutils | |
parent | d003abccc73b3101efbfd7ee27c72ead2990bd7b (diff) | |
download | cpython-711f91cf83d631a4ff3d7119be4c7cacebadad20.zip cpython-711f91cf83d631a4ff3d7119be4c7cacebadad20.tar.gz cpython-711f91cf83d631a4ff3d7119be4c7cacebadad20.tar.bz2 |
Remove (commented out) options that have moved into the distribution.
Diffstat (limited to 'Lib/distutils')
-rw-r--r-- | Lib/distutils/command/bdist_packager.py | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/Lib/distutils/command/bdist_packager.py b/Lib/distutils/command/bdist_packager.py index d57a594..12efeaa 100644 --- a/Lib/distutils/command/bdist_packager.py +++ b/Lib/distutils/command/bdist_packager.py @@ -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, |