From 11b1ca8dd31124f0b1b1853be8896dcbc7c5f1ee Mon Sep 17 00:00:00 2001 From: Jeremy Schulman Date: Sun, 3 Nov 2013 15:11:13 -0500 Subject: [PATCH] updates --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b4edd159b..90fd957b3 100644 --- a/setup.py +++ b/setup.py @@ -22,6 +22,6 @@ "ncclient" ], dependency_links=[ - "pip+https://github.com/Juniper/ncclient.git" + "git+https://github.com/Juniper/ncclient.git" ] )