Skip to content

Commit

Permalink
Drop pydocgui.pyw from the distribution.
Browse files Browse the repository at this point in the history
  • Loading branch information
loewis committed Sep 21, 2014
1 parent 2ec22ab commit e796b9e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Tools/msi/msi.py
Original file line number Diff line number Diff line change
Expand Up @@ -1158,7 +1158,7 @@ def add_files(db):
for f in ['i18n', 'pynche', 'Scripts']:
lib = PyDirectory(db, cab, tooldir, f, f, "%s|%s" % (tooldir.make_short(f), f))
lib.glob("*.py")
lib.glob("*.pyw", exclude=['pydocgui.pyw'])
lib.glob("*.pyw")
lib.remove_pyc()
lib.glob("*.txt")
if f == "pynche":
Expand All @@ -1170,9 +1170,6 @@ def add_files(db):
lib.add_file("2to3.py", src="2to3")
lib.add_file("pydoc3.py", src="pydoc3")
lib.add_file("pyvenv.py", src="pyvenv")
if have_tcl:
lib.start_component("pydocgui.pyw", tcltk, keyfile="pydocgui.pyw")
lib.add_file("pydocgui.pyw")
# Add documentation
htmlfiles.set_current()
lib = PyDirectory(db, cab, root, "Doc", "Doc", "DOC|Doc")
Expand Down

0 comments on commit e796b9e

Please sign in to comment.