diff --git a/setup.py b/setup.py --- a/setup.py +++ b/setup.py @@ -17,9 +17,10 @@ setup(name='Ennstatus', 'static/videos/*', 'templates/*.html', 'templates/api/extract/xml/*.xml', - 'templates/api/donate/*.html', + 'templates/donate/*.html', 'templates/root/*.html', - 'templates/status/*.html' + 'templates/status/*.html', + 'templates/stats/*.html' ]}, install_requires=['Flask', 'pygeoip', 'Flask-Bootstrap', 'Flask-Compress', 'Flask-SSLify'],