update ez_setup.py to version from setuptools 5.0.2

The previously used 4.0.1 setuptools version got revoked and 5.1 superseeds it.

Updated related README.rst project docs.
This commit is contained in:
Jurko Gospodnetić 2014-06-15 17:21:22 +02:00
parent 8f424659d7
commit 4bdec62b18
2 changed files with 2 additions and 2 deletions

View File

@ -307,7 +307,7 @@ version 0.7 (development)
* Attempting to run ``setup.py`` in an unsupported Python environment now
reports a clean error message.
* Now uses ``setuptools`` 1.4.2 with Python 2.4 & 2.5, and ``setuptools``
4.0.1 with all more recent Python releases.
5.1 with all more recent Python releases.
* Project may now be installed without even in environments when you can not
install ``setuptools``.

View File

@ -36,7 +36,7 @@ try:
except ImportError:
USER_SITE = None
DEFAULT_VERSION = "4.0.1"
DEFAULT_VERSION = "5.1"
DEFAULT_URL = "https://pypi.python.org/packages/source/s/setuptools/"
def _python_cmd(*args):