mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-01-05 03:20:50 -05:00
DEPENDENCY_LINKS was turned to a list
This commit is contained in:
parent
efeeff29f6
commit
227b77409f
2
setup.py
2
setup.py
@ -52,7 +52,7 @@ setup(
|
|||||||
"setuptools_trial",
|
"setuptools_trial",
|
||||||
"mock"
|
"mock"
|
||||||
],
|
],
|
||||||
dependency_links=dependencies["DEPENDENCY_LINKS"],
|
dependency_links=dependencies["DEPENDENCY_LINKS"].values(),
|
||||||
include_package_data=True,
|
include_package_data=True,
|
||||||
zip_safe=False,
|
zip_safe=False,
|
||||||
long_description=long_description,
|
long_description=long_description,
|
||||||
|
Loading…
Reference in New Issue
Block a user