DEPENDENCY_LINKS was turned to a list

This commit is contained in:
Erik Johnston 2015-09-04 08:56:23 +01:00
parent efeeff29f6
commit 227b77409f

View File

@ -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,