mirror of https://github.com/python/cpython
Update PyPI link
This commit is contained in:
parent
b6b4613ae4
commit
c61402ba26
|
@ -716,11 +716,8 @@ appearance in 2.3.
|
||||||
The core component is the new Distutils \command{register} command.
|
The core component is the new Distutils \command{register} command.
|
||||||
Running \code{python setup.py register} will collect the metadata
|
Running \code{python setup.py register} will collect the metadata
|
||||||
describing a package, such as its name, version, maintainer,
|
describing a package, such as its name, version, maintainer,
|
||||||
description, \&c., and send it to a central catalog server.
|
description, \&c., and send it to a central catalog server. The
|
||||||
Currently the catalog can be browsed at
|
catalog is available from \url{http://www.python.org/pypi}.
|
||||||
\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.
|
|
||||||
|
|
||||||
To make the catalog a bit more useful, a new optional
|
To make the catalog a bit more useful, a new optional
|
||||||
\var{classifiers} keyword argument has been added to the Distutils
|
\var{classifiers} keyword argument has been added to the Distutils
|
||||||
|
|
Loading…
Reference in New Issue