We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa87370 commit 2b9df89Copy full SHA for 2b9df89
1 file changed
Tools/msi/msi.py
@@ -1146,7 +1146,6 @@ def add_files(db):
1146
if f == 'Scripts':
1147
lib.add_file("2to3.py", src="2to3")
1148
lib.add_file("pydoc3.py", src="pydoc3")
1149
- lib.add_file("pysetup3.py", src="pysetup3")
1150
lib.add_file("pyvenv.py", src="pyvenv")
1151
if have_tcl:
1152
lib.start_component("pydocgui.pyw", tcltk, keyfile="pydocgui.pyw")
0 commit comments