🐛 dinglehopper: Install templates

pull/3/head
Gerber, Mike 5 years ago
parent 4525dd2a9c
commit 5da4f57e77

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

Loading…
Cancel
Save