mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-04-13 13:53:07 +00:00
change ez_setup.py to find tarballs in misc/dependencies
This commit is contained in:
parent
2eec5598de
commit
28ac048ba0
3
setup.py
3
setup.py
@ -26,7 +26,8 @@ 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_base="file:misc/dependencies/")
|
||||
|
||||
from setuptools import Extension, setup
|
||||
import re, os.path
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user