mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-06-19 17:24:11 -04:00
DEPENDENCY_LINKS was turned to a list
This commit is contained in:
parent
efeeff29f6
commit
227b77409f
1 changed files with 1 additions and 1 deletions
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…
Add table
Add a link
Reference in a new issue