aboutsummaryrefslogtreecommitdiffstats
path: root/distribute_setup.py
diff options
context:
space:
mode:
authortarek <none@none>2009-11-01 15:15:49 +0100
committertarek <none@none>2009-11-01 15:15:49 +0100
commit7405419fb048f82ef142afd32d83dcb29bab59d4 (patch)
treed4b3ac9e9b6ed54c3491ad71f0dfe07e8ed44408 /distribute_setup.py
parent4a3eabd1c6c8827f7cddc9818c0e86cbd38cbe75 (diff)
downloadexternal_python_setuptools-7405419fb048f82ef142afd32d83dcb29bab59d4.tar.gz
external_python_setuptools-7405419fb048f82ef142afd32d83dcb29bab59d4.tar.bz2
external_python_setuptools-7405419fb048f82ef142afd32d83dcb29bab59d4.zip
raised version in distribute_setup as well
--HG-- branch : distribute extra : rebase_source : 660ea268a383973b586ca0889c2ca8f9c87d36e8
Diffstat (limited to 'distribute_setup.py')
-rw-r--r--distribute_setup.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/distribute_setup.py b/distribute_setup.py
index de7b1f6d..cfb3bbef 100644
--- a/distribute_setup.py
+++ b/distribute_setup.py
@@ -46,7 +46,7 @@ except ImportError:
args = [quote(arg) for arg in args]
return os.spawnl(os.P_WAIT, sys.executable, *args) == 0
-DEFAULT_VERSION = "0.6.6"
+DEFAULT_VERSION = "0.6.8"
DEFAULT_URL = "http://pypi.python.org/packages/source/d/distribute/"
SETUPTOOLS_PKG_INFO = """\
Metadata-Version: 1.0
@@ -113,7 +113,7 @@ def _build_egg(egg, tarball, to_dir):
def _do_download(version, download_base, to_dir, download_delay):
- egg = os.path.join(to_dir, 'distribute-%s-py%d.%d.egg'
+ egg = os.path.join(to_dir, 'distribute-%s-py%d.%d.egg'
% (version, sys.version_info[0], sys.version_info[1]))
if not os.path.exists(egg):
tarball = download_setuptools(version, download_base,