mirror of
https://github.com/django/django.git
synced 2025-10-05 00:00:37 +00:00
magic-removal: Merged to [1960]
git-svn-id: http://code.djangoproject.com/svn/django/branches/magic-removal@1961 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
3d293b5144
commit
0b5043832b
70 changed files with 1066 additions and 738 deletions
|
@ -14,7 +14,7 @@ the appropriate options to ``use_setuptools()``.
|
|||
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 = {
|
||||
|
@ -34,6 +34,10 @@ md5_data = {
|
|||
'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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue