zfec: see if we can get by with the version of setuptools that is already in Ubuntu 6.10

This commit is contained in:
Zooko O'Whielacronx 2007-04-30 11:08:30 -07:00
parent 74e01aa849
commit 117efd761b

View File

@ -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.6c5"
DEFAULT_VERSION = "0.6c3"
DEFAULT_URL = "http://cheeseshop.python.org/packages/%s/s/setuptools/" % sys.version[:3]
md5_data = {