diff options
| author | Donald Stufft <donald@stufft.io> | 2014-11-11 11:01:09 -0500 |
|---|---|---|
| committer | Donald Stufft <donald@stufft.io> | 2014-11-11 11:01:09 -0500 |
| commit | dfede95a069d418c91a26d5999958b525172e687 (patch) | |
| tree | 36f44de1ebf9ec0d6eb714f3e8b6f48083fe07d3 | |
| parent | f751a9e6a2040d52784eb31dc5fa6f34bd4bc3a7 (diff) | |
| download | cpython-git-dfede95a069d418c91a26d5999958b525172e687.tar.gz | |
Upgrade setuptools to 7.0
| -rw-r--r-- | Lib/ensurepip/__init__.py | 2 | ||||
| -rw-r--r-- | Lib/ensurepip/_bundled/setuptools-7.0-py2.py3-none-any.whl (renamed from Lib/ensurepip/_bundled/setuptools-2.1-py2.py3-none-any.whl) | bin | 540293 -> 534549 bytes |
2 files changed, 1 insertions, 1 deletions
diff --git a/Lib/ensurepip/__init__.py b/Lib/ensurepip/__init__.py index 84c21250a8..55160eef85 100644 --- a/Lib/ensurepip/__init__.py +++ b/Lib/ensurepip/__init__.py @@ -8,7 +8,7 @@ import tempfile __all__ = ["version", "bootstrap"] -_SETUPTOOLS_VERSION = "2.1" +_SETUPTOOLS_VERSION = "7.0" _PIP_VERSION = "1.5.6" diff --git a/Lib/ensurepip/_bundled/setuptools-2.1-py2.py3-none-any.whl b/Lib/ensurepip/_bundled/setuptools-7.0-py2.py3-none-any.whl Binary files differindex ed77b59e63..fa1d1054da 100644 --- a/Lib/ensurepip/_bundled/setuptools-2.1-py2.py3-none-any.whl +++ b/Lib/ensurepip/_bundled/setuptools-7.0-py2.py3-none-any.whl |
