[MERGE] lp:827287 (crm,hr_contract,hr_timesheet_sheet,lunch: clean up test from user_...
[odoo/odoo.git] / setup.py
index c4d16fe..a239b6f 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -47,7 +47,7 @@ setup(
     install_requires=[
         "Babel >= 0.9.6",
         "simplejson >= 2.0.9",
-        "python-dateutil >= 1.4.1",
+        "python-dateutil >= 1.4.1, < 2",
         "pytz",
         "werkzeug == 0.7",
     ],
@@ -65,7 +65,7 @@ setup(
         'Environment :: Web Environment',
         'Topic :: Office/Business :: Financial',
         ],
-    scripts=['scripts/openerp-web'],
+    scripts=['openerp-web'],
     data_files=(find_data_files('addons')
               + opts.pop('data_files', [])
     ),