Update distribute_setup.py

This commit is contained in:
behackett 2012-05-01 15:38:38 -07:00
parent 5f8765a0d7
commit 7df3540e50

View File

@ -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.25"
DEFAULT_VERSION = "0.6.26"
DEFAULT_URL = "http://pypi.python.org/packages/source/d/distribute/"
SETUPTOOLS_FAKED_VERSION = "0.6c11"