aboutsummaryrefslogtreecommitdiffstats
path: root/README.txt
diff options
context:
space:
mode:
authorPJ Eby <distutils-sig@python.org>2007-09-04 15:56:34 +0000
committerPJ Eby <distutils-sig@python.org>2007-09-04 15:56:34 +0000
commita44ba4da6f1bbdc0290905c139becf9b728cb0f6 (patch)
treee9347aaa0d5db1bdf5131b7b7d36aab764f5bfea /README.txt
parent46c6ed5eb81ac806fb4e36c4dbfeb8146a07736d (diff)
downloadexternal_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-xREADME.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.txt b/README.txt
index 6eacd5d7..528c5731 100755
--- a/README.txt
+++ b/README.txt
@@ -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