From 4525dd2a9c9a5aa8b214ae58a1631dece5f6854c Mon Sep 17 00:00:00 2001 From: "Gerber, Mike" Date: Fri, 16 Aug 2019 13:03:45 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20dinglehopper:=20Install=20packag?= =?UTF-8?q?e=20data,=20i.e.=20ocrd-tool.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 9d158a3..f00175a 100644 --- a/setup.py +++ b/setup.py @@ -15,6 +15,9 @@ setup( namespace_packages=['qurator'], packages=find_packages(exclude=['*.tests', '*.tests.*', 'tests.*', 'tests']), install_requires=install_requires, + package_data={ + '': ['*.json', '*.yml', '*.yaml'], + }, entry_points={ 'console_scripts': [ 'dinglehopper=qurator.dinglehopper.cli:main',