[Python-checkins] python/dist/src/Lib/distutils/command bdist_packager.py,1.5,1.6

jhylton@users.sourceforge.net jhylton@users.sourceforge.net
Tue, 04 Jun 2002 13:40:05 -0700


Update of /cvsroot/python/python/dist/src/Lib/distutils/command
In directory usw-pr-cvs1:/tmp/cvs-serv15112

Modified Files:
	bdist_packager.py 
Log Message:
Remove (commented out) options that have moved into the distribution.


Index: bdist_packager.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/distutils/command/bdist_packager.py,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** bdist_packager.py	4 Jun 2002 20:39:34 -0000	1.5
--- bdist_packager.py	4 Jun 2002 20:40:03 -0000	1.6
***************
*** 35,51 ****
          ('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"),
--- 35,38 ----