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
commit83692fe124bfb6d6ca5a2b36f3f2c9e91300e8b2 (patch)
tree3359fbd7009cfa13bdec315861078e3693cbe4c3
parentb5bab2221ad88ad49962c402eecae418db6a9eba (diff)
downloadrsa-git-83692fe124bfb6d6ca5a2b36f3f2c9e91300e8b2.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"