diff --git a/setup.py b/setup.py index f3e8b56..162846f 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ description="Universal Rule-based Machine Translation Toolkit (URBaMT)", long_description=long_description, long_description_content_type="text/markdown", - url="https://github.com/patrickphat/urbamt", + url="https://github.com/urbamt/urbamt", packages=setuptools.find_packages(exclude=['docs', 'tests']), classifiers=[ "Programming Language :: Python :: 3",