Skip to content

Commit

Permalink
Updated ez_setup.py from 0.6a7 to 0.6a9
Browse files Browse the repository at this point in the history
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1908 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
adrian committed Jan 11, 2006
1 parent 50c6c63 commit 0e7056d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion ez_setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
This file can also be run as a script to install or upgrade setuptools.
"""
import sys
DEFAULT_VERSION = "0.6a7"
DEFAULT_VERSION = "0.6a9"
DEFAULT_URL = "http://cheeseshop.python.org/packages/%s/s/setuptools/" % sys.version[:3]

md5_data = {
Expand All @@ -34,6 +34,10 @@
'setuptools-0.6a6-py2.4.egg': 'c10d20d29acebce0dc76219dc578d058',
'setuptools-0.6a7-py2.3.egg': 'cfc4125ddb95c07f9500adc5d6abef6f',
'setuptools-0.6a7-py2.4.egg': 'c6d62dab4461f71aed943caea89e6f20',
'setuptools-0.6a8-py2.3.egg': '2f18eaaa3f544f5543ead4a68f3b2e1a',
'setuptools-0.6a8-py2.4.egg': '799018f2894f14c9f8bcb2b34e69b391',
'setuptools-0.6a9-py2.3.egg': '8e438ad70438b07b0d8f82cae42b278f',
'setuptools-0.6a9-py2.4.egg': '8f6e01fc12fb1cd006dc0d6c04327ec1',
}

import sys, os
Expand Down

0 comments on commit 0e7056d

Please sign in to comment.