rfct: move CLI to dedicated module

This commit is contained in:
Konstantin Baierer 2020-11-20 18:44:57 +01:00
parent 9d6fc72d20
commit 62e76324be
3 changed files with 24 additions and 23 deletions

View file

@ -16,7 +16,7 @@ setup(
install_requires=install_requires,
entry_points={
'console_scripts': [
'eynollah=sbb_newspapers_org_image.eynollah:main',
'eynollah=sbb_newspapers_org_image.cli:main',
# 'ocrd-eynollah=eynollah.ocrd_cli:cli',
]
},