mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-03-17 06:20:27 +00:00
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:
parent
94a960208b
commit
facde01c3f
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -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,
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue