@@ -28,24 +28,29 @@ setup(name='Ennstatus',
'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(),
entry_points={
'console_scripts': [
'ennstatuscli = ennstatus.cli:cli',
]
},
classifiers=['Development Status :: 5 - Production/Stable',
'Environment :: Web Environment',
'Operating System :: POSIX',
'Programming Language :: Python',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.3',
'Topic :: Internet',
'Topic :: Internet :: WWW/HTTP',
'Topic :: Internet :: WWW/HTTP :: Dynamic Content',
'Topic :: Internet :: WWW/HTTP :: WSGI',
'Topic :: Internet :: WWW/HTTP :: WSGI :: Application',
('License :: OSI Approved :: '
Status change: