fix dependency_links for jenkins-mail-py

This commit is contained in:
debugtalk
2017-08-14 11:34:48 +08:00
parent 5e5b1c1292
commit e5f88d2f4f

View File

@@ -32,7 +32,7 @@ setup(
], ],
dependency_links=[ dependency_links=[
"git+https://github.com/debugtalk/PyUnitReport.git#egg=PyUnitReport-0", "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=[ classifiers=[
"Development Status :: 3 - Alpha", "Development Status :: 3 - Alpha",