]> granicus.if.org Git - python/commitdiff
Update PyPI link
authorAndrew M. Kuchling <amk@amk.ca>
Wed, 26 Feb 2003 19:00:52 +0000 (19:00 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Wed, 26 Feb 2003 19:00:52 +0000 (19:00 +0000)
Doc/whatsnew/whatsnew23.tex

index d848ffec2ef976f6672fb33d731c7d7ecbc08d06..b6b5c5873da49e04c45b80bd122791201ad7ba0e 100644 (file)
@@ -716,11 +716,8 @@ appearance in 2.3.
 The core component is the new Distutils \command{register} command.
 Running \code{python setup.py register} will collect the metadata
 describing a package, such as its name, version, maintainer,
-description, \&c., and send it to a central catalog server.
-Currently the catalog can be browsed at
-\url{http://www.amk.ca/cgi-bin/pypi.cgi}, but it will move to 
-some hostname in the \code{python.org} domain before the final version
-of 2.3 is released.
+description, \&c., and send it to a central catalog server.  The
+catalog is available from \url{http://www.python.org/pypi}.
 
 To make the catalog a bit more useful, a new optional
 \var{classifiers} keyword argument has been added to the Distutils