1
0
Fork 0
mirror of https://github.com/Thor77/TeamspeakStats.git synced 2025-05-15 00:22:33 -04:00

Update template-location for package_data

This commit is contained in:
Thor77 2016-11-18 21:55:33 +01:00
parent 273a01bec6
commit 9c09f34f02

View file

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