mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-12 11:29:48 +08:00
fix dependency_links for jenkins-mail-py
This commit is contained in:
2
setup.py
2
setup.py
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user