diff options
author | tarek <none@none> | 2009-08-09 01:44:43 +0200 |
---|---|---|
committer | tarek <none@none> | 2009-08-09 01:44:43 +0200 |
commit | c41e9b89d89f230f3b8d14781e646c6efd025f09 (patch) | |
tree | 54622281c9a959583f4317a1aeedc1dc2c97c398 | |
parent | 031c1dd0bd48d1dda9d83cb135d96b7e92f2089e (diff) | |
download | python-setuptools-git-0.6.tar.gz |
final md5s0.6
--HG--
branch : distribute
extra : rebase_source : 4c0af4c64d4d25930a470eb6f0059a3675a9cf92
-rw-r--r-- | distribute_setup.py | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/distribute_setup.py b/distribute_setup.py index 1ac9d2f1..645098d7 100644 --- a/distribute_setup.py +++ b/distribute_setup.py @@ -34,10 +34,10 @@ DEFAULT_VERSION = "0.6" DEFAULT_URL = "http://pypi.python.org/packages/%s/d/distribute/" % sys.version[:3] md5_data = { - 'distribute-0.6-py2.3.egg': '13bc73069e91818142b608aad89f501a', - 'distribute-0.6-py2.4.egg': 'bbbd92be263b436e2e7c73c8011f9674', - 'distribute-0.6-py2.5.egg': '4033cda6bd930fa56711410212cd0c57', - 'distribute-0.6-py2.6.egg': '029edd3dd972f7bc4bd15ff820f65b09', + 'distribute-0.6-py2.3.egg': '66d06db7fc91227585f81b0b27b07bab', + 'distribute-0.6-py2.4.egg': '8fc3eb887ee98c506c38838955f9eee2', + 'distribute-0.6-py2.5.egg': 'd87f6492c53d192c62e0334859d18b59', + 'distribute-0.6-py2.6.egg': '89c46c2ed0c756dd278acc1482aa12f1', } def _validate_md5(egg_name, data): |