From e883743b3394f0221fbdee6f3ec7a10985eae2b5 Mon Sep 17 00:00:00 2001
From: Steffen Hauf <steffen.hauf@desy.de>
Date: Thu, 28 Jun 2018 09:55:50 +0200
Subject: [PATCH] Update setup.py

---
 setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.py b/setup.py
index 0fd45e478..56bdeca63 100644
--- a/setup.py
+++ b/setup.py
@@ -19,7 +19,7 @@ class PostInstallCommand(install):
                 return
             except:
                 "No PyDetLib installation found, attempting to install"
-                check_call("karabo -g https://in.xfel.eu/gitlab install pyDetLib master".split())
+                check_call("karabo -g https://haufs:s--zGku2dzxtv6so2xsu@in.xfel.eu/gitlab install pyDetLib master".split())
         else:
             print("Python environment seems to not be a Karabo environment. "+
                   "Please install PyDetLib manually.")
-- 
GitLab