From c4d0d98ebf9df4e485616f9de43b8d3eb95e3e27 Mon Sep 17 00:00:00 2001 From: "Gerber, Mike" Date: Fri, 11 Oct 2019 16:18:10 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20sbb=5Ftextline=5Fdetector:=20Ins?= =?UTF-8?q?tall=20*.json?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup.py | 3 +++ 1 file changed, 3 insertions(+) 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",