diff options
| author | PJ Eby <distutils-sig@python.org> | 2005-09-14 16:41:23 +0000 |
|---|---|---|
| committer | PJ Eby <distutils-sig@python.org> | 2005-09-14 16:41:23 +0000 |
| commit | 9eb3e52f30d11be2a7b0389273ff53f107ee3336 (patch) | |
| tree | 4095e99130b95a8e295710db21af2b341e83aa79 | |
| parent | d8c21aa6e8e35d1a855004619d4ec64377a899f8 (diff) | |
| download | python-setuptools-git-9eb3e52f30d11be2a7b0389273ff53f107ee3336.tar.gz | |
Update cheeseshop URL, fix typo.
--HG--
branch : setuptools
extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041243
| -rwxr-xr-x | EasyInstall.txt | 2 | ||||
| -rwxr-xr-x | ez_setup.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/EasyInstall.txt b/EasyInstall.txt index 554b03bb..b3145fee 100755 --- a/EasyInstall.txt +++ b/EasyInstall.txt @@ -788,7 +788,7 @@ Known Issues * If you manually delete the current version of a package, the next run of EasyInstall against the target directory will now remove the stray entry - from the ``easy-install.pth``file. + from the ``easy-install.pth`` file. * EasyInstall now recognizes URLs with a ``#egg=project_name`` fragment ID as pointing to the named project's source checkout. Such URLs have a lower diff --git a/ez_setup.py b/ez_setup.py index 9a0cd2ca..65bf572b 100755 --- a/ez_setup.py +++ b/ez_setup.py @@ -14,7 +14,7 @@ the appropriate options to ``use_setuptools()``. This file can also be run as a script to install or upgrade setuptools. """ DEFAULT_VERSION = "0.6a1" -DEFAULT_URL = "http://www.python.org/packages/source/s/setuptools/" +DEFAULT_URL = "http://cheeseshop.python.org/packages/source/s/setuptools/" md5_data = { 'setuptools-0.5a13-py2.3.egg': '85edcf0ef39bab66e130d3f38f578c86', |
