Fix py2exe for the gui client.

git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@3909 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
calvin 2009-01-11 10:22:21 +00:00
parent 94a960208b
commit facde01c3f

View file

@ -70,7 +70,7 @@ except ImportError:
py2exe_options = dict(
packages=["encodings"],
excludes=['doctest', 'unittest', 'optcomplete', 'Tkinter'],
includes=['linkcheck.HtmlParser.htmlsax', 'linkcheck.network._network'],
includes=["sip"],
compressed=1,
optimize=2,
)