fix dependency_links for jenkins-mail-py

This commit is contained in:
httprunner
2017-08-14 11:34:48 +08:00
parent 86c6f1b5f4
commit 09d1037bb1

View File

@@ -32,7 +32,7 @@ setup(
],
dependency_links=[
"git+https://github.com/debugtalk/PyUnitReport.git#egg=PyUnitReport-0",
"git+https://github.com/debugtalk/jenkins-mail-py.git#egg=jenkins-mail-py"
"git+https://github.com/debugtalk/jenkins-mail-py.git#egg=jenkins-mail-py-0"
],
classifiers=[
"Development Status :: 3 - Alpha",