mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-04-17 15:39:00 +00:00
zfec: see if we can get by with the version of setuptools that comes with Ubuntu 6.06 Dapper
This commit is contained in:
parent
117efd761b
commit
44f68c55a9
@ -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.6c3"
|
||||
DEFAULT_VERSION = "0.6a9"
|
||||
DEFAULT_URL = "http://cheeseshop.python.org/packages/%s/s/setuptools/" % sys.version[:3]
|
||||
|
||||
md5_data = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user