From: zooko Date: Wed, 3 Oct 2007 20:28:25 +0000 (+0530) Subject: zfec: use ez_setup.py without a "download delay" X-Git-Url: https://git.rkrishnan.org/CLI.txt?a=commitdiff_plain;h=b985e4c1ee4f990cafa9608c86aa1ed7dd1d91b7;p=tahoe-lafs%2Fzfec.git zfec: use ez_setup.py without a "download delay" darcs-hash:38dcb86c9e96c9ee84813865e08c3f30c369e5d2 --- diff --git a/zfec/setup.py b/zfec/setup.py index 114db60..3d5df56 100755 --- a/zfec/setup.py +++ b/zfec/setup.py @@ -27,7 +27,7 @@ if 'cygwin' in sys.platform.lower(): min_version='0.6c6' else: min_version='0.6a9' -use_setuptools(min_version=min_version) +use_setuptools(min_version=min_version, download_delay=0) from setuptools import Extension, find_packages, setup