mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-03-31 13:10:37 +00:00
Exclude tkinter from py2exe modules.
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@3907 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
parent
acbf9dcd60
commit
ea0cc42e7f
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -69,7 +69,7 @@ except ImportError:
|
|||
|
||||
py2exe_options = dict(
|
||||
packages=["encodings"],
|
||||
excludes=['doctest', 'unittest', 'optcomplete'],
|
||||
excludes=['doctest', 'unittest', 'optcomplete', 'Tkinter'],
|
||||
includes=['linkcheck.HtmlParser.htmlsax', 'linkcheck.network._network'],
|
||||
compressed=1,
|
||||
optimize=2,
|
||||
|
|
|
|||
Loading…
Reference in a new issue