summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSybren A. St?vel <sybren@stuvel.eu>2011-11-06 10:11:20 +0100
committerSybren A. St?vel <sybren@stuvel.eu>2011-11-06 10:11:20 +0100
commit06759cbb0e924c7a18828d8ba8fbcca4b543ae2e (patch)
tree3359fbd7009cfa13bdec315861078e3693cbe4c3
parent9d584615f738f6ca7673fc9aa8555d6542fe9fef (diff)
downloadrsa-06759cbb0e924c7a18828d8ba8fbcca4b543ae2e.tar.gz
We require a newer version of distribute
-rw-r--r--distribute_setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/distribute_setup.py b/distribute_setup.py
index bbb6f3c..b204902 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.19"
+DEFAULT_VERSION = "0.6.24"
DEFAULT_URL = "http://pypi.python.org/packages/source/d/distribute/"
SETUPTOOLS_FAKED_VERSION = "0.6c11"