]> ToastFreeware Gitweb - philipp/winterrodeln/wradmin.git/blobdiff - setup.py
Include auth files.
[philipp/winterrodeln/wradmin.git] / setup.py
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,
 )