account.analytic.line: fix on_change_unit_amount()
[odoo/odoo.git] / setup.py
index 553cfd1..d4fefa4 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -3,7 +3,7 @@
 ##############################################################################
 #
 #    OpenERP, Open Source Management Solution
-#    Copyright (C) 2004-2009 Tiny SPRL (<http://tiny.be>).
+#    Copyright (C) 2004-2010 Tiny SPRL (<http://tiny.be>).
 #
 #    This program is free software: you can redistribute it and/or modify
 #    it under the terms of the GNU Affero General Public License as
@@ -53,7 +53,7 @@ py_short_version = '%s.%s' % sys.version_info[:2]
 required_modules = [
     ('lxml', 'lxml module: pythonic libxml2 and libxslt bindings'),
     ('mako', 'Mako template engine'),
-    ('dateutil', "Labix powerful extensions to the standard datetime module"),
+    ('dateutil', "Extensions to the standard datetime module"),
     ('psycopg2', 'PostgreSQL module'),
     ('pychart', 'pychart module'),
     ('pydot', 'pydot module'),
@@ -171,10 +171,10 @@ options = {
         "optimize": 2,
         "dist_dir": 'dist',
         "packages": ["lxml", "lxml.builder", "lxml._elementpath", "lxml.etree",
-                     "lxml.objectify", "decimal", "xml", "xml.dom", "xml.xpath",
-                     "encodings","dateutil","wizard","pychart","PIL",
-                     "pyparsing", "pydot","asyncore","asynchat", "reportlab",
-                     "vobject", "HTMLParser", "select"],
+                     "lxml.objectify", "decimal", "xml", "encodings",
+                     "dateutil", "wizard", "pychart", "PIL", "pyparsing",
+                     "pydot", "asyncore","asynchat", "reportlab", "vobject",
+                     "HTMLParser", "select"],
         "excludes" : ["Tkconstants","Tkinter","tcl"],
     }
 }