summaryrefslogtreecommitdiff
path: root/setup.py
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 /setup.py
parent46c6ed5eb81ac806fb4e36c4dbfeb8146a07736d (diff)
downloadpython-setuptools-git-a44ba4da6f1bbdc0290905c139becf9b728cb0f6.tar.gz
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 'setup.py')
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 7a02854e..b72557c7 100755
--- a/setup.py
+++ b/setup.py
@@ -23,7 +23,7 @@ setup(
license="PSF or ZPL",
long_description = open('README.txt').read(),
keywords = "CPAN PyPI distutils eggs package management",
- url = "http://cheeseshop.python.org/pypi/setuptools",
+ url = "http://pypi.python.org/pypi/setuptools",
test_suite = 'setuptools.tests',
packages = find_packages(),
package_data = {'setuptools':['*.exe']},