mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-02-22 02:16:42 +00:00
setup: change ez_setup.py to install setuptools-0.6c9
This commit is contained in:
parent
cd015228d5
commit
ce42244382
@ -14,12 +14,12 @@ the appropriate options to ``use_setuptools()``.
|
||||
This file can also be run as a script to install or upgrade setuptools.
|
||||
"""
|
||||
import os, sys
|
||||
DEFAULT_VERSION = "0.6c8"
|
||||
DEFAULT_VERSION = "0.6c9"
|
||||
DEFAULT_DIR = "misc/dependencies/"
|
||||
DEFAULT_URL = "file:"+DEFAULT_DIR
|
||||
|
||||
md5_data = {
|
||||
'setuptools-0.6c8.egg': '0f52a78daffb0efaa02e870bbbbca2fe',
|
||||
'setuptools-0.6c9.egg': '0cdaee854b7b4cf43322ea3f9b902190',
|
||||
}
|
||||
|
||||
import sys, os
|
||||
|
Loading…
x
Reference in New Issue
Block a user