From 567d2ee238dd7c24581d024348b499baec43c0b0 Mon Sep 17 00:00:00 2001 From: Sven Augustin Date: Thu, 1 Oct 2020 20:29:01 +0200 Subject: [PATCH] typo --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c093a5c..e436be5 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from setuptools import setup, find_packages setup( name="sanipy", version="0.0.1", - url="https://github.com/augustin_s/sanipy", + url="https://gitlab.psi.ch/augustin_s/sanipy", description="A command-line tool for epics connection testing", author="Paul Scherrer Institute", packages=find_packages(),