From bb4e045c1df2b6796748a083594bedcc9720c314 Mon Sep 17 00:00:00 2001 From: Cyprian Laskowski Date: Fri, 29 Jul 2022 19:43:35 +0200 Subject: [PATCH] Redmine #1487: updated repo url --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 873d812..ef5ed7d 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from setuptools import setup setup(name='structure_assignment', version='0.2', description='Pipeline for parsing and assigning structures to arbitrary Slovenian strings', - url='https://gitea.cjvt.si/generic/structure_assignment_pipeline', + url='https://gitea.cjvt.si/generic/structure_assignment', author='Cyprian Laskowski', author_email='cyp@cjvt.si', packages=['structure_assignment'],