diff options
author | Andrew M. Kuchling <amk@amk.ca> | 2003-02-26 19:00:52 (GMT) |
---|---|---|
committer | Andrew M. Kuchling <amk@amk.ca> | 2003-02-26 19:00:52 (GMT) |
commit | c61402ba267feb3e2602c81e514281eb37ad36df (patch) | |
tree | aeeddccb3fb64958b52304e0609ae477f2e3c95c | |
parent | b6b4613ae496920fbcec75a6514e1200ec783e45 (diff) | |
download | cpython-c61402ba267feb3e2602c81e514281eb37ad36df.zip cpython-c61402ba267feb3e2602c81e514281eb37ad36df.tar.gz cpython-c61402ba267feb3e2602c81e514281eb37ad36df.tar.bz2 |
Update PyPI link
-rw-r--r-- | Doc/whatsnew/whatsnew23.tex | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/Doc/whatsnew/whatsnew23.tex b/Doc/whatsnew/whatsnew23.tex index d848ffe..b6b5c58 100644 --- a/Doc/whatsnew/whatsnew23.tex +++ b/Doc/whatsnew/whatsnew23.tex @@ -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 |