Browse Source

Merge - Upgrade setuptools to 7.0

pull/9921/head
Donald Stufft 12 years ago
parent
commit
9a64ccb997
  1. 2
      Lib/ensurepip/__init__.py
  2. BIN
      Lib/ensurepip/_bundled/setuptools-7.0-py2.py3-none-any.whl

2
Lib/ensurepip/__init__.py

@ -8,7 +8,7 @@ import tempfile
__all__ = ["version", "bootstrap"]
_SETUPTOOLS_VERSION = "3.6"
_SETUPTOOLS_VERSION = "7.0"
_PIP_VERSION = "1.5.6"

BIN
Lib/ensurepip/_bundled/setuptools-3.6-py2.py3-none-any.whl → Lib/ensurepip/_bundled/setuptools-7.0-py2.py3-none-any.whl

Loading…
Cancel
Save