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(),