From: Philipp Spitzer Date: Fri, 23 Oct 2020 19:46:24 +0000 (+0200) Subject: Include auth files. X-Git-Url: https://git.toastfreeware.priv.at/philipp/winterrodeln/wradmin.git/commitdiff_plain/47c9ea5380f25cfd3d85013102de248d673121bb Include auth files. --- diff --git a/MANIFEST.in b/MANIFEST.in index a3dc719..af329ba 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,3 +1 @@ include wradmin/config/deployment.ini_tmpl -recursive-include wradmin/public * -recursive-include wradmin/templates * diff --git a/setup.py b/setup.py index b5dca14..1e3cde9 100644 --- a/setup.py +++ b/setup.py @@ -20,6 +20,6 @@ setup( "mysqlclient", ], packages=['wradmin', 'wradmin.auth', 'wradmin.model', 'wradmin.controllers'], - package_data={'wradmin': ['i18n/*/LC_MESSAGES/*.mo', 'templates/*', 'static/*']}, + package_data={'wradmin': ['i18n/*/LC_MESSAGES/*.mo', 'templates/*', 'templates/auth/*', 'static/*']}, zip_safe=False, )