kebab-case snake_case executable, fix #9

pull/10/head
Konstantin Baierer 5 years ago
parent eb4c8ee99c
commit b6ca1a7c53

2
.gitignore vendored

@ -0,0 +1,2 @@
__pycache__
*.egg-info

@ -1,8 +1,8 @@
{ {
"version": "0.0.1", "version": "0.0.1",
"tools": { "tools": {
"ocrd_sbb_textline_detector": { "ocrd-sbb-textline-detector": {
"executable": "ocrd_sbb_textline_detector", "executable": "ocrd-sbb-textline-detector",
"description": "Detect lines", "description": "Detect lines",
"steps": ["layout/segmentation/line"], "steps": ["layout/segmentation/line"],
"input_file_grp": [ "input_file_grp": [

@ -24,7 +24,7 @@ setup(
entry_points={ entry_points={
'console_scripts': [ 'console_scripts': [
"sbb_textline_detector=qurator.sbb_textline_detector:main", "sbb_textline_detector=qurator.sbb_textline_detector:main",
"ocrd_sbb_textline_detector=qurator.sbb_textline_detector:ocrd_sbb_textline_detector", "ocrd-sbb-textline-detector=qurator.sbb_textline_detector:ocrd_sbb_textline_detector",
] ]
}, },
python_requires='>=3.6.0', python_requires='>=3.6.0',

Loading…
Cancel
Save