[FIX] Add the HTMLParser
authorStephane Wirtel <stephane@tinyerp.com>
Fri, 21 Nov 2008 16:57:08 +0000 (17:57 +0100)
committerStephane Wirtel <stephane@tinyerp.com>
Fri, 21 Nov 2008 16:57:08 +0000 (17:57 +0100)
bzr revid: stephane@tinyerp.com-20081121165708-qrk3kcj42dv1czwc

setup.py

index d171398..129df51 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -164,7 +164,7 @@ options = {
         "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", "vobject"],
+                     "pydot","asyncore","asynchat", "reportlab", "vobject", "HTMLParser"],
         "excludes" : ["Tkconstants","Tkinter","tcl"],
     }
 }