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

akuchling@users.sourceforge.net akuchling@users.sourceforge.net
Tue, 18 Feb 2003 13:28:24 -0800


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

Modified Files:
	register.py 
Log Message:
Use python.org as the repository

Index: register.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/distutils/command/register.py,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** register.py	3 Jan 2003 15:29:28 -0000	1.1
--- register.py	18 Feb 2003 21:28:20 -0000	1.2
***************
*** 18,23 ****
      description = "register the distribution with the repository"
  
!     # XXX must update this to python.org before 2.3final!
!     DEFAULT_REPOSITORY = 'http://www.amk.ca/cgi-bin/pypi.cgi'
  
      user_options = [
--- 18,22 ----
      description = "register the distribution with the repository"
  
!     DEFAULT_REPOSITORY = 'http://www.python.org/pypi'
  
      user_options = [