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
commitfa65148d284526194981a6954e90d787b88550ac (patch)
tree7e576473666a52771fe798a624a439751211a387
parentf3de38caacb96f457560c092f8346e43bf053120 (diff)
downloadpython-coveragepy-fa65148d284526194981a6954e90d787b88550ac.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 37117b3..5a95c92 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"