From 69df78bce114a624d8d95af0520c29e22f1152ed Mon Sep 17 00:00:00 2001 From: "Gerber, Mike" Date: Thu, 13 Feb 2020 16:02:02 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20setup.py:=20Fix=20GitHub=20url?= =?UTF-8?q?=20by=20s/kba/OCR-D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 203cebf..30f7c75 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ setup( long_description_content_type='text/markdown', author='Konstantin Baierer, Mike Gerber', author_email='unixprog@gmail.com, mike.gerber@sbb.spk-berlin.de', - url='https://github.com/kba/ocrd_calamari', + url='https://github.com/OCR-D/ocrd_calamari', license='Apache License 2.0', packages=find_packages(exclude=('tests', 'docs')), install_requires=Path('requirements.txt').read_text().split('\n'),