diff options
| author | PJ Eby <distutils-sig@python.org> | 2007-09-04 15:56:34 +0000 |
|---|---|---|
| committer | PJ Eby <distutils-sig@python.org> | 2007-09-04 15:56:34 +0000 |
| commit | a44ba4da6f1bbdc0290905c139becf9b728cb0f6 (patch) | |
| tree | e9347aaa0d5db1bdf5131b7b7d36aab764f5bfea /README.txt | |
| parent | 46c6ed5eb81ac806fb4e36c4dbfeb8146a07736d (diff) | |
| download | external_python_setuptools-a44ba4da6f1bbdc0290905c139becf9b728cb0f6.tar.gz external_python_setuptools-a44ba4da6f1bbdc0290905c139becf9b728cb0f6.tar.bz2 external_python_setuptools-a44ba4da6f1bbdc0290905c139becf9b728cb0f6.zip | |
The default ``--index-url`` is now ``http://pypi.python.org/simple``, to
use the Python Package Index's new simpler (and faster!) REST API.
(backport from trunk)
--HG--
branch : setuptools-0.6
extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4057965
Diffstat (limited to 'README.txt')
| -rwxr-xr-x | README.txt | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -88,9 +88,9 @@ Downloads ========= All setuptools downloads can be found at `the project's home page in the Python -Cheese Shop`_. Scroll to the very bottom of the page to find the links. +Package Index`_. Scroll to the very bottom of the page to find the links. -.. _the project's home page in the Python Cheese Shop: http://cheeseshop.python.org/pypi/setuptools +.. _the project's home page in the Python Package Index: http://pypi.python.org/pypi/setuptools In addition to the PyPI downloads, the development version of ``setuptools`` is available from the `Python SVN sandbox`_, and in-development versions of the |
