From: Jeremy Hylton Date: Tue, 4 Jun 2002 20:40:03 +0000 (+0000) Subject: Remove (commented out) options that have moved into the distribution. X-Git-Tag: v2.3c1~5473 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=711f91cf83d631a4ff3d7119be4c7cacebadad20;p=python Remove (commented out) options that have moved into the distribution. --- diff --git a/Lib/distutils/command/bdist_packager.py b/Lib/distutils/command/bdist_packager.py index d57a59403b..12efeaa087 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,