mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-19 04:57:54 +00:00
setup: fix typo in name of download base for bootstrapping setuptools
This commit is contained in:
parent
6809fa659e
commit
3028defb7e
2
setup.py
2
setup.py
@ -33,7 +33,7 @@ else:
|
||||
# breaks inside older setuptools' sandboxing. 0.6c4 is the first
|
||||
# version which fixed this problem.
|
||||
min_version='0.6c4'
|
||||
downloadbase = os.path.join('misc', 'dependencies')+os.path.sep
|
||||
download_base = os.path.join('misc', 'dependencies')+os.path.sep
|
||||
use_setuptools(min_version=min_version,
|
||||
download_base=download_base,
|
||||
download_delay=0)
|
||||
|
Loading…
Reference in New Issue
Block a user