From 890d2fe84547dedb35b06ca901edbbd0d44972a3 Mon Sep 17 00:00:00 2001 From: Yngve Inntjore Levinsen <Yngve.Levinsen@esss.se> Date: Wed, 21 Oct 2015 11:16:44 +0200 Subject: [PATCH] fix url to project in setup --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 41a96ac..6ff95ec 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from distutils.core import setup setup(name='ESS Python Tools', version='1.0', description='ESS Related Tools', - url='https://bitbucket.org/eothred/ess-python-tools', + url='https://gitlab01.esss.lu.se/ess-bp/ess-python-tools', author='Yngve Inntjore Levinsen', author_email='yngve.levinsen@esss.se', classifiers=[ -- GitLab