summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPJ Eby <distutils-sig@python.org>2005-09-03 05:01:12 +0000
committerPJ Eby <distutils-sig@python.org>2005-09-03 05:01:12 +0000
commitf39250150f46ae2298ccd7061758e3ebdfc645d2 (patch)
tree55135d6c070851f4c004849006f9261a908460ac
parent5aff7fc5693b98a258e3c34e5341e2b1da8887f2 (diff)
downloadpython-setuptools-git-f39250150f46ae2298ccd7061758e3ebdfc645d2.tar.gz
Release 0.6a1c2.
--HG-- branch : setuptools extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041240
-rwxr-xr-xez_setup.py4
-rwxr-xr-xsetup.cfg3
2 files changed, 6 insertions, 1 deletions
diff --git a/ez_setup.py b/ez_setup.py
index e6c07f67..87158b55 100755
--- a/ez_setup.py
+++ b/ez_setup.py
@@ -13,12 +13,14 @@ the appropriate options to ``use_setuptools()``.
This file can also be run as a script to install or upgrade setuptools.
"""
-DEFAULT_VERSION = "0.6a1"
+DEFAULT_VERSION = "0.6a1c2"
DEFAULT_URL = "http://www.python.org/packages/source/s/setuptools/"
md5_data = {
'setuptools-0.5a13-py2.3.egg': '85edcf0ef39bab66e130d3f38f578c86',
'setuptools-0.5a13-py2.4.egg': 'ede4be600e3890e06d4ee5e0148e092a',
+ 'setuptools-0.6a1c2-py2.3.egg': '92291ca957044306d96a7b8589c01d87',
+ 'setuptools-0.6a1c2-py2.4.egg': '5ae6405341eddb5baf93cd6ab178efb1',
}
import sys, os
diff --git a/setup.cfg b/setup.cfg
index 262c793d..43449ec0 100755
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,3 +1,6 @@
+[egg_info]
+tag-build=c2
+
[aliases]
binary = bdist_egg upload --show-response
develop = develop