diff options
author | PJ Eby <distutils-sig@python.org> | 2006-07-21 16:57:41 +0000 |
---|---|---|
committer | PJ Eby <distutils-sig@python.org> | 2006-07-21 16:57:41 +0000 |
commit | c816c62cf23bbc35e9fb0dee6a70ea477fe1cb47 (patch) | |
tree | 314d82ac25c3494f3e8e7bb600aef2fb9a6d3ed0 /ez_setup.py | |
parent | 9dea600914272888a5c78e0de581000f854b0d6e (diff) | |
download | external_python_setuptools-c816c62cf23bbc35e9fb0dee6a70ea477fe1cb47.tar.gz external_python_setuptools-c816c62cf23bbc35e9fb0dee6a70ea477fe1cb47.tar.bz2 external_python_setuptools-c816c62cf23bbc35e9fb0dee6a70ea477fe1cb47.zip |
0.6c1 MD5 info
--HG--
branch : setuptools-0.6
extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4050756
Diffstat (limited to 'ez_setup.py')
-rwxr-xr-x | ez_setup.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ez_setup.py b/ez_setup.py index 8ea3bc7c..33675107 100755 --- a/ez_setup.py +++ b/ez_setup.py @@ -26,6 +26,8 @@ md5_data = { 'setuptools-0.6b3-py2.4.egg': '38a8c6b3d6ecd22247f179f7da669fac', 'setuptools-0.6b4-py2.3.egg': '62045a24ed4e1ebc77fe039aa4e6f7e5', 'setuptools-0.6b4-py2.4.egg': '4cb2a185d228dacffb2d17f103b3b1c4', + 'setuptools-0.6c1-py2.3.egg': 'b3f2b5539d65cb7f74ad79127f1a908c', + 'setuptools-0.6c1-py2.4.egg': 'b45adeda0667d2d2ffe14009364f2a4b', } import sys, os |