|
|
@ -18,6 +18,9 @@ setup(
|
|
|
|
packages=find_packages(exclude=["*.tests", "*.tests.*",
|
|
|
|
packages=find_packages(exclude=["*.tests", "*.tests.*",
|
|
|
|
"tests.*", "tests"]),
|
|
|
|
"tests.*", "tests"]),
|
|
|
|
install_requires=install_requires,
|
|
|
|
install_requires=install_requires,
|
|
|
|
|
|
|
|
package_data={
|
|
|
|
|
|
|
|
'': ['*.json'],
|
|
|
|
|
|
|
|
},
|
|
|
|
entry_points={
|
|
|
|
entry_points={
|
|
|
|
'console_scripts': [
|
|
|
|
'console_scripts': [
|
|
|
|
"sbb_textline_detector=qurator.sbb_textline_detector:main",
|
|
|
|
"sbb_textline_detector=qurator.sbb_textline_detector:main",
|
|
|
|