mirror of
https://github.com/mikegerber/ocrd_calamari.git
synced 2025-06-09 11:49:53 +02:00
📦 v0.0.2
This commit is contained in:
parent
c4d52ee55b
commit
7b0ac5a97a
2 changed files with 3 additions and 1 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -104,3 +104,5 @@ venv.bak/
|
||||||
.mypy_cache/
|
.mypy_cache/
|
||||||
/calamari
|
/calamari
|
||||||
/calamari_models
|
/calamari_models
|
||||||
|
/repo
|
||||||
|
/test
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -5,7 +5,7 @@ from setuptools import setup, find_packages
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='ocrd_calamari',
|
name='ocrd_calamari',
|
||||||
version='0.0.1',
|
version='0.0.2',
|
||||||
description='Calamari bindings',
|
description='Calamari bindings',
|
||||||
long_description=Path('README.md').read_text(),
|
long_description=Path('README.md').read_text(),
|
||||||
long_description_content_type='text/markdown',
|
long_description_content_type='text/markdown',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue