From: Zooko O'Whielacronx Date: Wed, 3 Oct 2007 22:14:14 +0000 (-0700) Subject: setup: use ez_setup.py without a "download delay" X-Git-Tag: allmydata-tahoe-0.6.1~63 X-Git-Url: https://git.rkrishnan.org/webapi.txt?a=commitdiff_plain;h=84a303515f3f7997621a0560360102bc2829854e;p=tahoe-lafs%2Ftahoe-lafs.git setup: use ez_setup.py without a "download delay" --- diff --git a/setup.py b/setup.py index c8c2ed6f..27ba5aa8 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ if 'cygwin' in sys.platform.lower(): min_version='0.6c6' else: min_version='0.6a9' -use_setuptools(min_version=min_version, download_base="file:misc/dependencies/") +use_setuptools(min_version=min_version, download_base="file:misc/dependencies/", download_delay=0) from setuptools import Extension, setup import re, os.path