From: Zooko O'Whielacronx zooko@zooko.com Date: Mon, 30 Apr 2007 18:08:30 +0000 (+0530) Subject: zfec: see if we can get by with the version of setuptools that is already in Ubuntu... X-Git-Url: https://git.rkrishnan.org/using.html?a=commitdiff_plain;h=00a5f1da8a920562bc67745f128fa86c0e1215f7;p=tahoe-lafs%2Fzfec.git zfec: see if we can get by with the version of setuptools that is already in Ubuntu 6.10 darcs-hash:b3595d8d1d9bc194cbb54e2970f92a3e596be2fd --- diff --git a/zfec/ez_setup.py b/zfec/ez_setup.py index d23bdcb..73a2d24 100755 --- a/zfec/ez_setup.py +++ b/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 = {