diff --git a/setup.py b/setup.py --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ def _get_requirements(): setup(name='Ennstatus', - version='4.5.4-dev', + version='5.0.0', description=('Ennstatus provides the user with vital information about ' 'the status of the organizations Tor servers.'), author='Frënn vun der Ënn', @@ -26,6 +26,7 @@ setup(name='Ennstatus', 'static/files/*', 'static/images/*', 'static/videos/*', + 'static/js/*', 'static/videos/subtitles/*.vtt', 'templates/*.html', 'templates/api/export/xml/*.xml', @@ -35,6 +36,7 @@ setup(name='Ennstatus', 'templates/status/*.html', 'templates/stats/*.html', 'templates/errorpages/*.html', + 'api/schema/*.json', ]}, install_requires=_get_requirements(), entry_points={