mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-19 04:57:54 +00:00
setup: use os.path.join('misc', 'dependencies') instead of "misc/dependencies"
In the hopes that this will make the boostrapping of setuptools from its bundled egg work on Windows.
This commit is contained in:
parent
a85a4d71f7
commit
d9fea2566c
2
setup.py
2
setup.py
@ -34,7 +34,7 @@ else:
|
||||
# version which fixed this problem.
|
||||
min_version='0.6c4'
|
||||
use_setuptools(min_version=min_version,
|
||||
download_base="file:misc/dependencies/",
|
||||
download_base="file:%s" % os.path.join('misc', 'dependencies'),
|
||||
download_delay=0)
|
||||
|
||||
from setuptools import Extension, find_packages, setup
|
||||
|
Loading…
Reference in New Issue
Block a user