mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-03-28 03:30:36 +00:00
Do not exclude pydoc from py2exe.
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@3918 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
parent
483a836952
commit
087fe1295b
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -68,7 +68,7 @@ AppName = "LinkChecker"
|
|||
|
||||
py2exe_options = dict(
|
||||
packages=["encodings"],
|
||||
excludes=['doctest', 'unittest', 'optcomplete', 'Tkinter', 'pydoc'],
|
||||
excludes=['doctest', 'unittest', 'optcomplete', 'Tkinter'],
|
||||
includes=["sip"],
|
||||
compressed=1,
|
||||
optimize=2,
|
||||
|
|
|
|||
Loading…
Reference in a new issue