]> ToastFreeware Gitweb - philipp/winterrodeln/wradmin.git/blobdiff - setup.py
Removed unused map controller/template.
[philipp/winterrodeln/wradmin.git] / setup.py
index faedb13a22657404f65fff865c477920d38b5cce..00ad5d9f6008123590c871140ce3014247aed62f 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -12,8 +12,10 @@ setup(
         "Genshi>=0.4",
         "lxml>=2.2",
         "Babel>=0.9",
+        "paginate>=0.5.6",
         "wrpylib>=0.6.0",
     ],
-    package_data={'wradmin': ['i18n/*/LC_MESSAGES/*.mo']},
+    packages=['wradmin', 'wradmin.model', 'wradmin.controllers'],
+    package_data={'wradmin': ['i18n/*/LC_MESSAGES/*.mo', 'templates/*', 'static/*']},
     zip_safe=False,
 )