From 3ae4ddb56fdc62e632ef76d1431332d9a0d10361 Mon Sep 17 00:00:00 2001 From: Steve Dower Date: Thu, 8 May 2025 19:08:04 +0100 Subject: [PATCH] gh-133626: Ensure the traditional Windows installed doesn't accidentally pick up site-packages --- .../Windows/2025-05-08-19-07-26.gh-issue-133626.yFTKYK.rst | 2 ++ Tools/msi/lib/lib.wixproj | 3 +-- 2 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 Misc/NEWS.d/next/Windows/2025-05-08-19-07-26.gh-issue-133626.yFTKYK.rst 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 00000000000000..6c80d96bb832a1 --- /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 02078e503d74a4..3ea46dd40ea4ce 100644 --- a/Tools/msi/lib/lib.wixproj +++ b/Tools/msi/lib/lib.wixproj @@ -15,12 +15,11 @@ - + $(PySourcePath)Lib