diff --git a/setup.py b/setup.py --- a/setup.py +++ b/setup.py @@ -31,7 +31,8 @@ setup(name='Ennstatus', 'templates/donate/*.html', 'templates/root/*.html', 'templates/status/*.html', - 'templates/stats/*.html' + 'templates/stats/*.html', + 'templates/errorpages/*.html', ]}, install_requires=_get_requirements(), classifiers=['Development Status :: 5 - Production/Stable',