From: Zooko O'Whielacronx Date: Mon, 30 Apr 2007 18:08:30 +0000 (-0700) Subject: zfec: see if we can get by with the version of setuptools that is already in Ubuntu... X-Git-Tag: allmydata-tahoe-0.2.0~52 X-Git-Url: https://git.rkrishnan.org/uri/URI:DIR2:%5B%5E?a=commitdiff_plain;h=117efd761b7f450320b724c2ba8ef7e7cd07001b;p=tahoe-lafs%2Ftahoe-lafs.git zfec: see if we can get by with the version of setuptools that is already in Ubuntu 6.10 --- diff --git a/src/zfec/ez_setup.py b/src/zfec/ez_setup.py index d23bdcb7..73a2d24a 100644 --- a/src/zfec/ez_setup.py +++ b/src/zfec/ez_setup.py @@ -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 = {