From 13d7a4efc8627eb613d118ec68449a7d1aae77c0 Mon Sep 17 00:00:00 2001
From: Christian Darsow-Fromm <christian.darsow@physik.uni-hamburg.de>
Date: Wed, 13 Mar 2019 22:40:13 +0100
Subject: [PATCH] =?UTF-8?q?readme=20=E2=86=92=20pip?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 .gitlab-ci.yml | 2 ++
 setup.cfg      | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index da004b1..1c32c63 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -140,6 +140,8 @@ deploy rrz master:
 test pip deployment:
   image: python:3
   stage: deploy-test
+  before_script:
+    - sleep 120 # wait to minutes for pip to be able to get the new version
   script:
     - pip install NQontrol==${CI_COMMIT_TAG:1}
     - python3 -c "from nqontrol import Servo"
diff --git a/setup.cfg b/setup.cfg
index 15a592a..c9ebdc1 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -9,7 +9,7 @@ author = LasNQ – Uni Hamburg
 author-email = christian.darsow@physik.uni-hamburg.de
 license = GPL v3
 # url = http://
-long-description = file: README.rst
+long-description = file: README.md
 # Change if running only on Windows, Mac or Linux (comma-separated)
 platforms = any
 # Add here all kinds of additional classifiers as defined under
-- 
GitLab