Skip to content

Commit

Permalink
🐛 setup.py: Fix GitHub url by s/kba/OCR-D
Browse files Browse the repository at this point in the history
  • Loading branch information
mikegerber committed Feb 13, 2020
1 parent 62e5e0c commit 69df78b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
long_description_content_type='text/markdown',
author='Konstantin Baierer, Mike Gerber',
author_email='[email protected], [email protected]',
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'),
Expand Down

0 comments on commit 69df78b

Please sign in to comment.