🐛 dinglehopper: Really install templates

pull/3/head
Gerber, Mike 5 years ago
parent 5da4f57e77
commit 0f056b9672

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

Loading…
Cancel
Save