Update template-location for package_data

This commit is contained in:
Thor77 2016-11-18 21:55:33 +01:00
parent 273a01bec6
commit 9c09f34f02
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ setup(
]
},
package_data={
'tsstats': ['template.html']
'tsstats': ['templates/*.jinja2']
},
install_requires=[
'Jinja2>=2.8'