mirror of
https://mau.dev/maunium/synapse.git
synced 2024-11-15 22:42:23 +01: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",
|
||||
"mock"
|
||||
],
|
||||
dependency_links=dependencies["DEPENDENCY_LINKS"],
|
||||
dependency_links=dependencies["DEPENDENCY_LINKS"].values(),
|
||||
include_package_data=True,
|
||||
zip_safe=False,
|
||||
long_description=long_description,
|
||||
|
|
Loading…
Reference in a new issue