commit | d69c904a2f5322069528e8c31f998823787e75f5 | [log] [tgz] |
---|---|---|
author | Martin v. Löwis <martin@v.loewis.de> | Wed Oct 01 11:19:50 2008 +0000 |
committer | Martin v. Löwis <martin@v.loewis.de> | Wed Oct 01 11:19:50 2008 +0000 |
tree | ad4b2afc7c9b9e86f006d255205f16b2c2903566 | |
parent | bf24401a1f9cc8f4122405c7de1051d7823b6f0c [diff] [blame] |
Bug #3989: Package the 2to3 script (as 2to3.py) in the Windows installer.
diff --git a/Tools/msi/msi.py b/Tools/msi/msi.py index 9763670..bb74d53 100644 --- a/Tools/msi/msi.py +++ b/Tools/msi/msi.py
@@ -1121,6 +1121,7 @@ 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")