From d9ddd3f9ba1442c9ea630a9edd5df091ca168f5c Mon Sep 17 00:00:00 2001 From: Donald Stufft Date: Tue, 31 Dec 2013 06:52:47 -0500 Subject: Update setuptools to 2.0.2 --- Lib/ensurepip/__init__.py | 2 +- .../_bundled/setuptools-2.0.1-py2.py3-none-any.whl | Bin 618381 -> 0 bytes .../_bundled/setuptools-2.0.2-py2.py3-none-any.whl | Bin 0 -> 540179 bytes 3 files changed, 1 insertion(+), 1 deletion(-) delete mode 100644 Lib/ensurepip/_bundled/setuptools-2.0.1-py2.py3-none-any.whl create mode 100644 Lib/ensurepip/_bundled/setuptools-2.0.2-py2.py3-none-any.whl diff --git a/Lib/ensurepip/__init__.py b/Lib/ensurepip/__init__.py index d926cbe..ce494d1 100644 --- a/Lib/ensurepip/__init__.py +++ b/Lib/ensurepip/__init__.py @@ -10,7 +10,7 @@ import tempfile __all__ = ["version", "bootstrap"] -_SETUPTOOLS_VERSION = "2.0.1" +_SETUPTOOLS_VERSION = "2.0.2" _PIP_VERSION = "1.5rc4" diff --git a/Lib/ensurepip/_bundled/setuptools-2.0.1-py2.py3-none-any.whl b/Lib/ensurepip/_bundled/setuptools-2.0.1-py2.py3-none-any.whl deleted file mode 100644 index 67ef8a1..0000000 Binary files a/Lib/ensurepip/_bundled/setuptools-2.0.1-py2.py3-none-any.whl and /dev/null differ diff --git a/Lib/ensurepip/_bundled/setuptools-2.0.2-py2.py3-none-any.whl b/Lib/ensurepip/_bundled/setuptools-2.0.2-py2.py3-none-any.whl new file mode 100644 index 0000000..267eeff Binary files /dev/null and b/Lib/ensurepip/_bundled/setuptools-2.0.2-py2.py3-none-any.whl differ -- cgit v0.12