no version then

This commit is contained in:
Robert Sachunsky 2019-12-11 14:49:03 +00:00 committed by GitHub
parent 3d0a59e0d7
commit 1e8544e2ab
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,7 +5,6 @@ from setuptools import setup, find_packages
setup( setup(
name='ocrd_repair_inconsistencies', name='ocrd_repair_inconsistencies',
version='0.1.0',
description='Repair glyph/word/line order inconsistencies', 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', long_description_content_type='text/markdown',