mirror of
https://github.com/qurator-spk/dinglehopper.git
synced 2025-06-30 22:19:57 +02:00
🐛 dinglehopper: Install package data, i.e. ocrd-tool.json
This commit is contained in:
parent
d65eb076e1
commit
4525dd2a9c
1 changed files with 3 additions and 0 deletions
3
setup.py
3
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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue