From 3ecc8dbdcd5448f709c0e1220b0f6c68c21b66dc Mon Sep 17 00:00:00 2001 From: Donald Stufft Date: Tue, 11 Nov 2014 10:53:50 -0500 Subject: Upgrade setuptools to 7.0 --- Lib/ensurepip/__init__.py | 2 +- .../_bundled/setuptools-3.6-py2.py3-none-any.whl | Bin 547415 -> 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-3.6-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 b4bb68e..98dae76 100644 --- a/Lib/ensurepip/__init__.py +++ b/Lib/ensurepip/__init__.py @@ -12,7 +12,7 @@ import tempfile __all__ = ["version", "bootstrap"] -_SETUPTOOLS_VERSION = "3.6" +_SETUPTOOLS_VERSION = "7.0" _PIP_VERSION = "1.5.6" diff --git a/Lib/ensurepip/_bundled/setuptools-3.6-py2.py3-none-any.whl b/Lib/ensurepip/_bundled/setuptools-3.6-py2.py3-none-any.whl deleted file mode 100644 index f0ffcfc..0000000 Binary files a/Lib/ensurepip/_bundled/setuptools-3.6-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