[TYPO] Set the right category for the Point Of Sale
[odoo/odoo.git] / win32 / setup.py
index 3548631..9c064c1 100644 (file)
@@ -1,8 +1,8 @@
-# -*- encoding: utf-8 -*-
+# -*- coding: utf-8 -*-
 ##############################################################################
 #    
 #    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
@@ -28,7 +28,8 @@ setup(service=["OpenERPServerService"],
                                      "_imagingtk","PIL._imagingtk",
                                      "ImageTk", "PIL.ImageTk",
                                      "FixTk"],
-                         "compressed": 1}}
+                         "skip_archive": 1,
+                         "optimize": 2,}}
       )
 
 # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: