Browse Source

Upgrade setuptools to 7.0

pull/9921/head
Donald Stufft 12 years ago
parent
commit
dfede95a06
  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 = "2.1"
_SETUPTOOLS_VERSION = "7.0"
_PIP_VERSION = "1.5.6"

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

Loading…
Cancel
Save