Upgrade setuptools to 3.6
This commit is contained in:
parent
3497c0bf95
commit
6668800e0f
|
@ -8,7 +8,7 @@ import tempfile
|
||||||
__all__ = ["version", "bootstrap"]
|
__all__ = ["version", "bootstrap"]
|
||||||
|
|
||||||
|
|
||||||
_SETUPTOOLS_VERSION = "2.1"
|
_SETUPTOOLS_VERSION = "3.6"
|
||||||
|
|
||||||
_PIP_VERSION = "1.5.4"
|
_PIP_VERSION = "1.5.4"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue