mirror of
https://github.com/qurator-spk/sbb_textline_detection.git
synced 2025-08-01 22:00:00 +02:00
🐛 sbb_textline_detector: Install *.json
This commit is contained in:
parent
2199bf0d8c
commit
c4d0d98ebf
1 changed files with 3 additions and 0 deletions
3
setup.py
3
setup.py
|
@ -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",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue