From dfede95a069d418c91a26d5999958b525172e687 Mon Sep 17 00:00:00 2001 From: Donald Stufft Date: Tue, 11 Nov 2014 11:01:09 -0500 Subject: Upgrade setuptools to 7.0 --- Lib/ensurepip/__init__.py | 2 +- .../_bundled/setuptools-2.1-py2.py3-none-any.whl | Bin 540293 -> 0 bytes .../_bundled/setuptools-7.0-py2.py3-none-any.whl | Bin 0 -> 534549 bytes 3 files changed, 1 insertion(+), 1 deletion(-) delete mode 100644 Lib/ensurepip/_bundled/setuptools-2.1-py2.py3-none-any.whl create mode 100644 Lib/ensurepip/_bundled/setuptools-7.0-py2.py3-none-any.whl diff --git a/Lib/ensurepip/__init__.py b/Lib/ensurepip/__init__.py index 84c2125..55160ee 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-2.1-py2.py3-none-any.whl deleted file mode 100644 index ed77b59..0000000 Binary files a/Lib/ensurepip/_bundled/setuptools-2.1-py2.py3-none-any.whl and /dev/null differ diff --git a/Lib/ensurepip/_bundled/setuptools-7.0-py2.py3-none-any.whl b/Lib/ensurepip/_bundled/setuptools-7.0-py2.py3-none-any.whl new file mode 100644 index 0000000..fa1d105 Binary files /dev/null and b/Lib/ensurepip/_bundled/setuptools-7.0-py2.py3-none-any.whl differ -- cgit v0.12