From 6668800e0fd92a8f541b8401907a6a0e25534446 Mon Sep 17 00:00:00 2001 From: Donald Stufft Date: Fri, 16 May 2014 23:01:28 -0400 Subject: Upgrade setuptools to 3.6 --- Lib/ensurepip/__init__.py | 2 +- .../_bundled/setuptools-2.1-py2.py3-none-any.whl | Bin 540293 -> 0 bytes .../_bundled/setuptools-3.6-py2.py3-none-any.whl | Bin 0 -> 547415 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-3.6-py2.py3-none-any.whl diff --git a/Lib/ensurepip/__init__.py b/Lib/ensurepip/__init__.py index 7cf6a4b..1900f00 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 = "3.6" _PIP_VERSION = "1.5.4" 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-3.6-py2.py3-none-any.whl b/Lib/ensurepip/_bundled/setuptools-3.6-py2.py3-none-any.whl new file mode 100644 index 0000000..f0ffcfc Binary files /dev/null and b/Lib/ensurepip/_bundled/setuptools-3.6-py2.py3-none-any.whl differ -- cgit v0.12