mirror of
https://github.com/qurator-spk/ocrd_repair_inconsistencies.git
synced 2025-06-30 22:19:56 +02:00
setup: version + include long description
This commit is contained in:
parent
d5094ee42b
commit
2a2c97feff
1 changed files with 3 additions and 1 deletions
4
setup.py
4
setup.py
|
@ -5,8 +5,10 @@ from setuptools import setup, find_packages
|
|||
|
||||
setup(
|
||||
name='ocrd_repair_inconsistencies',
|
||||
version='0.1.0',
|
||||
description='Repair glyph/word/line order inconsistencies',
|
||||
#long_description=codecs.open('README.md', encoding='utf-8').read(),
|
||||
long_description=codecs.open('README.md', encoding='utf-8').read(),
|
||||
long_description_content_type='text/markdown',
|
||||
author='Mike Gerber',
|
||||
author_email='mike.gerber@sbb.spk-berlin.de',
|
||||
license='Apache License 2.0',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue