[IMP] Menu is now working ok in folded mode
[odoo/odoo.git] / setup.py
index 91248a0..36db48c 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -4,16 +4,7 @@ import re
 import sys
 from setuptools import setup
 
-name = 'openerp-web-proto'
-version = '6.0.1'
-description = "Web Client of OpenERP, the Enterprise Management Software"
-long_description = "OpenERP Web is the web client of the OpenERP, a free enterprise management software"
-author = "OpenERP S.A."
-author_email = "info@openerp.com"
-support_email = 'support@openerp.com'
-url = "http://www.openerp.com/"
-download_url = ''
-license = "OEPL"
+execfile('addons/web/common/release.py')
 
 version_dash_incompatible = False
 if 'bdist_rpm' in sys.argv:
@@ -54,11 +45,11 @@ setup(
     download_url=download_url,
     license=license,
     install_requires=[
-        "CherryPy >= 3.1.2",
         "Babel >= 0.9.6",
         "simplejson >= 2.0.9",
         "python-dateutil >= 1.4.1",
         "pytz",
+        "werkzeug == 0.7",
     ],
     tests_require=[
         'unittest2',