mirror of https://github.com/python/cpython
merge - upgrade setuptools to 15.2
This commit is contained in:
commit
9020a9a226
|
@ -8,7 +8,7 @@ import tempfile
|
|||
__all__ = ["version", "bootstrap"]
|
||||
|
||||
|
||||
_SETUPTOOLS_VERSION = "15.0"
|
||||
_SETUPTOOLS_VERSION = "15.2"
|
||||
|
||||
_PIP_VERSION = "6.1.1"
|
||||
|
||||
|
|
Loading…
Reference in New Issue