From e5f88d2f4f7d992a49d6656cdfe81ec0cee65946 Mon Sep 17 00:00:00 2001 From: debugtalk Date: Mon, 14 Aug 2017 11:34:48 +0800 Subject: [PATCH] fix dependency_links for jenkins-mail-py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 661b1484..70beb059 100644 --- a/setup.py +++ b/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",