aboutsummaryrefslogtreecommitdiffstats
path: root/ez_setup.py
diff options
context:
space:
mode:
authorphilip_thiem <ptthiem+bitbuket@gmail.com>2013-11-07 21:43:41 -0600
committerphilip_thiem <ptthiem+bitbuket@gmail.com>2013-11-07 21:43:41 -0600
commitba9d35158fe8f4af6a2b19e84a2eaca718a93e03 (patch)
tree933332e33bb0a9b9d9605f22faa6860c44bcb5b1 /ez_setup.py
parentd0526b9ca5baad5b23180d32cf8b387bfcea0eaa (diff)
parent52e317a70799cceedb959be2206ec5985d9c280d (diff)
downloadexternal_python_setuptools-ba9d35158fe8f4af6a2b19e84a2eaca718a93e03.tar.gz
external_python_setuptools-ba9d35158fe8f4af6a2b19e84a2eaca718a93e03.tar.bz2
external_python_setuptools-ba9d35158fe8f4af6a2b19e84a2eaca718a93e03.zip
Merged pypa/setuptools into default
Diffstat (limited to 'ez_setup.py')
-rw-r--r--ez_setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ez_setup.py b/ez_setup.py
index 72d35a5b..4da59fcd 100644
--- a/ez_setup.py
+++ b/ez_setup.py
@@ -29,7 +29,7 @@ try:
except ImportError:
USER_SITE = None
-DEFAULT_VERSION = "1.4"
+DEFAULT_VERSION = "1.3.2"
DEFAULT_URL = "https://pypi.python.org/packages/source/s/setuptools/"
def _python_cmd(*args):