aboutsummaryrefslogtreecommitdiffstats
path: root/ez_setup.py
diff options
context:
space:
mode:
authorPJ Eby <distutils-sig@python.org>2005-07-11 04:21:57 +0000
committerPJ Eby <distutils-sig@python.org>2005-07-11 04:21:57 +0000
commitcd6fbcf869468bc61cc071b2751d858054ce8549 (patch)
treebd28e4e6ce34eff1d0b24a9aa5343f1624ef3596 /ez_setup.py
parentd73eb6d059ce9ef94848b918c52453e39a0d213d (diff)
downloadexternal_python_setuptools-cd6fbcf869468bc61cc071b2751d858054ce8549.tar.gz
external_python_setuptools-cd6fbcf869468bc61cc071b2751d858054ce8549.tar.bz2
external_python_setuptools-cd6fbcf869468bc61cc071b2751d858054ce8549.zip
Update to 0.5a9, add zip_safe flag, and fix a doc error.
--HG-- branch : setuptools extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041116
Diffstat (limited to 'ez_setup.py')
-rwxr-xr-xez_setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ez_setup.py b/ez_setup.py
index 0b240bd7..01a10711 100755
--- a/ez_setup.py
+++ b/ez_setup.py
@@ -14,7 +14,7 @@ the appropriate options to ``use_setuptools()``.
This file can also be run as a script to install or upgrade setuptools.
"""
-DEFAULT_VERSION = "0.5a8"
+DEFAULT_VERSION = "0.5a9"
DEFAULT_URL = "http://www.python.org/packages/source/s/setuptools/"
import sys, os