]> ToastFreeware Gitweb - philipp/winterrodeln/wradmin.git/blobdiff - setup.py
Remove Genshi dependency in setup.py.
[philipp/winterrodeln/wradmin.git] / setup.py
index faedb13a22657404f65fff865c477920d38b5cce..2d711e5b29d964b706fa960873442128f80ca2a8 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -9,11 +9,12 @@ setup(
     url='http://www.winterrodeln.org/',
     install_requires=[
         "SQLAlchemy>=0.5",
-        "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,
 )