From: Steve Dower Date: Thu, 8 May 2025 20:16:15 +0000 (+0100) Subject: gh-133626: Ensure the traditional Windows installer doesn't accidentally pick up... X-Git-Tag: v3.13.4~142 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=df858161d5aa62dde2f16d6435595ae4a12079a5;p=thirdparty%2FPython%2Fcpython.git gh-133626: Ensure the traditional Windows installer doesn't accidentally pick up site-packages (GH-133693) --- diff --git a/Misc/NEWS.d/next/Windows/2025-05-08-19-07-26.gh-issue-133626.yFTKYK.rst b/Misc/NEWS.d/next/Windows/2025-05-08-19-07-26.gh-issue-133626.yFTKYK.rst new file mode 100644 index 000000000000..6c80d96bb832 --- /dev/null +++ b/Misc/NEWS.d/next/Windows/2025-05-08-19-07-26.gh-issue-133626.yFTKYK.rst @@ -0,0 +1,2 @@ +Ensures packages are not accidentally bundled into the traditional +installer. diff --git a/Tools/msi/lib/lib.wixproj b/Tools/msi/lib/lib.wixproj index 26311ea32724..5d8582a3d6fa 100644 --- a/Tools/msi/lib/lib.wixproj +++ b/Tools/msi/lib/lib.wixproj @@ -15,11 +15,10 @@ - + $(PySourcePath)Lib