aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPJ Eby <distutils-sig@python.org>2005-09-17 00:18:37 +0000
committerPJ Eby <distutils-sig@python.org>2005-09-17 00:18:37 +0000
commitbaad93e3fb9e3275fec745eb0383a212e6042dbe (patch)
treed44231425621f9556df4a38162ab190a4c8838c6
parent1a71998f7681e78ba65ecd741a82974fedc054e7 (diff)
downloadexternal_python_setuptools-baad93e3fb9e3275fec745eb0383a212e6042dbe.tar.gz
external_python_setuptools-baad93e3fb9e3275fec745eb0383a212e6042dbe.tar.bz2
external_python_setuptools-baad93e3fb9e3275fec745eb0383a212e6042dbe.zip
Fixed cheeseshop URL.
--HG-- branch : setuptools extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041245
-rwxr-xr-xez_setup.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/ez_setup.py b/ez_setup.py
index 4c6893f5..ad7c3d44 100755
--- a/ez_setup.py
+++ b/ez_setup.py
@@ -13,8 +13,9 @@ the appropriate options to ``use_setuptools()``.
This file can also be run as a script to install or upgrade setuptools.
"""
+import sys
DEFAULT_VERSION = "0.6a1"
-DEFAULT_URL = "http://cheeseshop.python.org/packages/source/s/setuptools/"
+DEFAULT_URL = "http://cheeseshop.python.org/packages/%s/s/setuptools/" % sys.version[:3]
md5_data = {
'setuptools-0.5a13-py2.3.egg': '85edcf0ef39bab66e130d3f38f578c86',