@@ -17,24 +17,25 @@ setup(name='Ennstatus',
author='Frënn vun der Ënn',
author_email='info@enn.lu',
url='https://bitbucket.org/fvde/ennstatus',
license='GPLv3+',
packages=find_packages(),
package_data={'ennstatus': ['static/css/*.css',
'static/css/flags/img/png/*.png',
'static/css/flags/img/gif/*.gif',
'static/css/flags/*.css',
'static/files/*',
'static/images/*',
'static/videos/*',
'static/videos/subtitles/*.vtt',
'templates/*.html',
'templates/api/export/xml/*.xml',
'templates/donate/*.html',
'templates/root/*.html',
'templates/root/*.txt',
'templates/status/*.html',
'templates/stats/*.html',
'templates/errorpages/*.html',
]},
install_requires=_get_requirements(),
classifiers=['Development Status :: 5 - Production/Stable',
'Environment :: Web Environment',
Status change: