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'],