diff --git a/setup.py b/setup.py index 26eff52..1c9075f 100644 --- a/setup.py +++ b/setup.py @@ -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",