[MERGE] turnk
[odoo/odoo.git] / setup.py
index 10c98d7..6e1adad 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -40,6 +40,11 @@ def data():
     r = d.items()
     if os.name == 'nt':
         r.append(("Microsoft.VC90.CRT", glob.glob('C:\Microsoft.VC90.CRT\*.*')))
+
+    import babel
+    r.append(("localedata",
+              glob.glob(os.path.join(os.path.dirname(babel.__file__), "localedata" , '*'))))
+
     return r
 
 def gen_manifest():
@@ -108,6 +113,7 @@ setuptools.setup(
           'vatnumber',
           'vobject',
           'werkzeug',
+          'xlwt',
           'zsi',
       ],
       extras_require = {