]> ToastFreeware Gitweb - philipp/winterrodeln/wradmin.git/blobdiff - wradmin/setup.py
Further work on 1.3 format of the tables and the Rodelbahnbox/Gasthausbox.
[philipp/winterrodeln/wradmin.git] / wradmin / setup.py
index f6da667cfe53b808a198f3a7af736b77b892cc36..06bdc36d05ce5a01fada50467c5e1841dbdb8d3b 100644 (file)
@@ -7,14 +7,20 @@ except ImportError:
 
 setup(
     name='wradmin',
 
 setup(
     name='wradmin',
-    version='0.1',
-    description='',
-    author='',
-    author_email='',
-    url='',
+    version='1.2.0',
+    description='Administrative Interface for Winterrodeln',
+    author='Philipp Spitzer',
+    author_email='philipp.spitzer@winterrodeln.org',
+    url='http://www.winterrodeln.org/',
     install_requires=[
         "Pylons>=0.9.7",
         "Genshi>=0.4",
     install_requires=[
         "Pylons>=0.9.7",
         "Genshi>=0.4",
+        "MySQL-python>=1.2",
+        "AuthKit>=0.4.3,<=0.4.99",
+        "SQLAlchemy>=0.5",
+        "lxml>=2.2",
+        # "matplotlib>=0.9",
+        "Babel>=0.9"
     ],
     setup_requires=["PasteScript>=1.6.3"],
     packages=find_packages(exclude=['ez_setup']),
     ],
     setup_requires=["PasteScript>=1.6.3"],
     packages=find_packages(exclude=['ez_setup']),