1
0
Fork 0
mirror of https://github.com/qurator-spk/dinglehopper.git synced 2025-07-01 06:29:59 +02:00

🐛 dinglehopper: Install package data, i.e. ocrd-tool.json

This commit is contained in:
Gerber, Mike 2019-08-16 13:03:45 +02:00
parent d65eb076e1
commit 4525dd2a9c

View file

@ -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',