We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2cddb7 commit df85816Copy full SHA for df85816
Misc/NEWS.d/next/Windows/2025-05-08-19-07-26.gh-issue-133626.yFTKYK.rst
@@ -0,0 +1,2 @@
1
+Ensures packages are not accidentally bundled into the traditional
2
+installer.
Tools/msi/lib/lib.wixproj
@@ -15,11 +15,10 @@
15
<EmbeddedResource Include="*.wxl" />
16
</ItemGroup>
17
<ItemGroup>
18
- <ExcludeFolders Include="Lib\test;Lib\tests;Lib\tkinter;Lib\idlelib;Lib\turtledemo" />
+ <ExcludeFolders Include="Lib\site-packages;Lib\test;Lib\tests;Lib\tkinter;Lib\idlelib;Lib\turtledemo" />
19
<InstallFiles Include="$(PySourcePath)Lib\**\*"
20
Exclude="$(PySourcePath)Lib\**\*.pyc;
21
$(PySourcePath)Lib\**\*.pyo;
22
- $(PySourcePath)Lib\site-packages\README;
23
@(ExcludeFolders->'$(PySourcePath)%(Identity)\*');
24
@(ExcludeFolders->'$(PySourcePath)%(Identity)\**\*')">
25
<SourceBase>$(PySourcePath)Lib</SourceBase>
0 commit comments