1
0
Fork 0
mirror of https://github.com/qurator-spk/dinglehopper.git synced 2025-06-07 19:05:13 +02:00

🐛 dinglehopper: Install templates

This commit is contained in:
Gerber, Mike 2019-08-16 13:30:21 +02:00
parent 4525dd2a9c
commit 5da4f57e77

View file

@ -16,7 +16,7 @@ setup(
packages=find_packages(exclude=['*.tests', '*.tests.*', 'tests.*', 'tests']), packages=find_packages(exclude=['*.tests', '*.tests.*', 'tests.*', 'tests']),
install_requires=install_requires, install_requires=install_requires,
package_data={ package_data={
'': ['*.json', '*.yml', '*.yaml'], '': ['*.json', '*.yml', '*.yaml', '*.j2'],
}, },
entry_points={ entry_points={
'console_scripts': [ 'console_scripts': [