1 from setuptools import setup
6 description='Administrative Interface for Winterrodeln',
7 author='Philipp Spitzer',
8 author_email='philipp.spitzer@winterrodeln.org',
9 url='https://www.winterrodeln.org/',
20 "Flask-SQLAlchemy==2.4.4",
27 packages=['wradmin', 'wradmin.auth', 'wradmin.model', 'wradmin.controllers'],
28 package_data={'wradmin': ['i18n/*/LC_MESSAGES/*.mo', 'templates/*', 'templates/auth/*', 'static/*']},