Commit d69c904a authored by Martin v. Löwis's avatar Martin v. Löwis

Bug #3989: Package the 2to3 script (as 2to3.py) in the Windows

installer.
parent bf24401a
......@@ -43,6 +43,9 @@ Library
Build
-----
- Bug #3989: Package the 2to3 script (as 2to3.py) in the Windows
installer.
- Bug #3887: Package x64 version of CRT for AMD64 Windows binaries.
......
......@@ -1121,6 +1121,7 @@ def add_files(db):
if os.path.exists(os.path.join(lib.absolute, "README")):
lib.add_file("README.txt", src="README")
if f == 'Scripts':
lib.add_file("2to3.py", src="2to3")
if have_tcl:
lib.start_component("pydocgui.pyw", tcltk, keyfile="pydocgui.pyw")
lib.add_file("pydocgui.pyw")
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment