Update distribute_setup.py
This commit is contained in:
parent
5f8765a0d7
commit
7df3540e50
@ -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"
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user