🐛 sbb_textline_detector: Install *.json

pull/1/head
Gerber, Mike 5 years ago
parent 2199bf0d8c
commit c4d0d98ebf

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

Loading…
Cancel
Save