]> ToastFreeware Gitweb - philipp/winterrodeln/wradmin.git/commitdiff
Include auth files.
authorPhilipp Spitzer <philipp@spitzer.priv.at>
Fri, 23 Oct 2020 19:46:24 +0000 (21:46 +0200)
committerPhilipp Spitzer <philipp@spitzer.priv.at>
Fri, 23 Oct 2020 19:46:24 +0000 (21:46 +0200)
MANIFEST.in
setup.py

index a3dc71926356d247f62101a86a00bccc6548246b..af329baa3bec5bf5c396b7842bc2d712c5140ed4 100644 (file)
@@ -1,3 +1 @@
 include wradmin/config/deployment.ini_tmpl
-recursive-include wradmin/public *
-recursive-include wradmin/templates *
index b5dca147d38e00a1bc0f2b9eeed90c477b73894d..1e3cde9ecd3ebb5cc347dc16eaffc849efbc8ced 100644 (file)
--- 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,
 )