mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-05-09 12:22:59 +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.
|
# version which fixed this problem.
|
||||||
min_version='0.6c4'
|
min_version='0.6c4'
|
||||||
use_setuptools(min_version=min_version,
|
use_setuptools(min_version=min_version,
|
||||||
download_base="file:misc/dependencies/",
|
download_base="file:%s" % os.path.join('misc', 'dependencies'),
|
||||||
download_delay=0)
|
download_delay=0)
|
||||||
|
|
||||||
from setuptools import Extension, find_packages, setup
|
from setuptools import Extension, find_packages, setup
|
||||||
|
Loading…
x
Reference in New Issue
Block a user