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

🐛 dinglehopper: Really install templates

This commit is contained in:
Gerber, Mike 2019-08-16 13:46:33 +02:00
parent 5da4f57e77
commit 0f056b9672

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', '*.j2'], '': ['*.json', 'templates/*'],
}, },
entry_points={ entry_points={
'console_scripts': [ 'console_scripts': [