summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2011-09-03 20:22:02 -0400
committerNed Batchelder <ned@nedbatchelder.com>2011-09-03 20:22:02 -0400
commit57cd5e2cd9731db1440fb9bfe180d5b604586152 (patch)
treea3b5774e495ad38bfe5874e98ee35e398ac3b129
parent427d15cc2d03c4878c2545d0053095a6b4f36eb5 (diff)
downloadpython-coveragepy-git-57cd5e2cd9731db1440fb9bfe180d5b604586152.tar.gz
Update to the latest distribute_setup.py, now it works on Python 3.3
-rw-r--r--distribute_setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/distribute_setup.py b/distribute_setup.py
index 37117b34..5a95c927 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.13"
+DEFAULT_VERSION = "0.6.21"
DEFAULT_URL = "http://pypi.python.org/packages/source/d/distribute/"
SETUPTOOLS_FAKED_VERSION = "0.6c11"