[FIX|IMP] Use vobject and set compressed to 1
authorStephane Wirtel <stephane@tinyerp.com>
Fri, 21 Nov 2008 14:04:46 +0000 (15:04 +0100)
committerStephane Wirtel <stephane@tinyerp.com>
Fri, 21 Nov 2008 14:04:46 +0000 (15:04 +0100)
bzr revid: stephane@tinyerp.com-20081121140446-l5wxnqxeoxqgkcme

setup.py

index f61457b..d171398 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -159,12 +159,12 @@ f.close()
 
 options = {
     "py2exe": {
-        "compressed": 0,
+        "compressed": 1,
         "optimize": 2, 
         "packages": ["lxml", "lxml.builder", "lxml._elementpath", "lxml.etree", 
                      "lxml.objectify", "decimal", "xml", "xml.dom", "xml.xpath", 
                      "encodings","mx.DateTime","wizard","pychart","PIL", "pyparsing", 
-                     "pydot","asyncore","asynchat", "reportlab"],
+                     "pydot","asyncore","asynchat", "reportlab", "vobject"],
         "excludes" : ["Tkconstants","Tkinter","tcl"],
     }
 }