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 packages=['wradmin', 'wradmin.model', 'wradmin.controllers'],
21 package_data={'wradmin': ['i18n/*/LC_MESSAGES/*.mo', 'templates/*', 'static/*']},