]> granicus.if.org Git - python/commitdiff
Remove (commented out) options that have moved into the distribution.
authorJeremy Hylton <jeremy@alum.mit.edu>
Tue, 4 Jun 2002 20:40:03 +0000 (20:40 +0000)
committerJeremy Hylton <jeremy@alum.mit.edu>
Tue, 4 Jun 2002 20:40:03 +0000 (20:40 +0000)
Lib/distutils/command/bdist_packager.py

index d57a59403be240265bb98e41fab5cfd9fb450d34..12efeaa087518320876d9673b4531626c12930b0 100644 (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,