summaryrefslogtreecommitdiff
path: root/ez_setup.py
diff options
context:
space:
mode:
authorPJ Eby <distutils-sig@python.org>2005-09-24 21:40:59 +0000
committerPJ Eby <distutils-sig@python.org>2005-09-24 21:40:59 +0000
commit20e9f30cb2de19a4d4cdc1aa53e07efc9c34bcb0 (patch)
tree1e5702825757881261854bb032e67abd11dab883 /ez_setup.py
parentad0eebab218118fa07e314032bd4097c44fc7eb2 (diff)
downloadpython-setuptools-git-20e9f30cb2de19a4d4cdc1aa53e07efc9c34bcb0.tar.gz
0.6a3 release.
--HG-- branch : setuptools extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041255
Diffstat (limited to 'ez_setup.py')
-rwxr-xr-xez_setup.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/ez_setup.py b/ez_setup.py
index 0f20951d..50b6fe9f 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.
"""
import sys
-DEFAULT_VERSION = "0.6a2"
+DEFAULT_VERSION = "0.6a3"
DEFAULT_URL = "http://cheeseshop.python.org/packages/%s/s/setuptools/" % sys.version[:3]
md5_data = {
@@ -24,6 +24,8 @@ md5_data = {
'setuptools-0.6a1-py2.4.egg': '8256b5f1cd9e348ea6877b5ddd56257d',
'setuptools-0.6a2-py2.3.egg': 'b98da449da411267c37a738f0ab625ba',
'setuptools-0.6a2-py2.4.egg': 'be5b88bc30aed63fdefd2683be135c3b',
+ 'setuptools-0.6a3-py2.3.egg': 'ee0e325de78f23aab79d33106dc2a8c8',
+ 'setuptools-0.6a3-py2.4.egg': 'd95453d525a456d6c23e7a5eea89a063',
}
import sys, os