diff options
author | PJ Eby <distutils-sig@python.org> | 2007-01-09 19:35:20 +0000 |
---|---|---|
committer | PJ Eby <distutils-sig@python.org> | 2007-01-09 19:35:20 +0000 |
commit | 8d0f76da12ff66e977847f3bc829b8178c076934 (patch) | |
tree | 081bd66c1b432f68aaa554ad9f3e4539df48ce00 /ez_setup.py | |
parent | e4b870ffeca16e2a000793a1e5515ad559d0ddfc (diff) | |
download | external_python_setuptools-8d0f76da12ff66e977847f3bc829b8178c076934.tar.gz external_python_setuptools-8d0f76da12ff66e977847f3bc829b8178c076934.tar.bz2 external_python_setuptools-8d0f76da12ff66e977847f3bc829b8178c076934.zip |
MD5's for 0.6c5
--HG--
branch : setuptools-0.6
extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4053320
Diffstat (limited to 'ez_setup.py')
-rwxr-xr-x | ez_setup.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ez_setup.py b/ez_setup.py index cbf003cc..38c09c62 100755 --- a/ez_setup.py +++ b/ez_setup.py @@ -36,6 +36,9 @@ md5_data = { 'setuptools-0.6c4-py2.3.egg': 'b0b9131acab32022bfac7f44c5d7971f', 'setuptools-0.6c4-py2.4.egg': '2a1f9656d4fbf3c97bf946c0a124e6e2', 'setuptools-0.6c4-py2.5.egg': '8f5a052e32cdb9c72bcf4b5526f28afc', + 'setuptools-0.6c5-py2.3.egg': 'ee9fd80965da04f2f3e6b3576e9d8167', + 'setuptools-0.6c5-py2.4.egg': 'afe2adf1c01701ee841761f5bcd8aa64', + 'setuptools-0.6c5-py2.5.egg': 'a8d3f61494ccaa8714dfed37bccd3d5d', } import sys, os |