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

akuchling@users.sourceforge.net akuchling@users.sourceforge.net
Mon, 03 Mar 2003 10:26:04 -0800


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

Modified Files:
	register.py 
Log Message:
Improve description

Index: register.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/distutils/command/register.py,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** register.py	19 Feb 2003 14:27:21 -0000	1.4
--- register.py	3 Mar 2003 18:26:01 -0000	1.5
***************
*** 16,20 ****
  class register(Command):
  
!     description = "register the distribution with the repository"
  
      DEFAULT_REPOSITORY = 'http://www.python.org/pypi'
--- 16,20 ----
  class register(Command):
  
!     description = ("register the distribution with the Python package index")
  
      DEFAULT_REPOSITORY = 'http://www.python.org/pypi'