File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change
1
+ Ensures packages are not accidentally bundled into the traditional
2
+ installer.
Original file line number Diff line number Diff line change 15
15
<EmbeddedResource Include =" *.wxl" />
16
16
</ItemGroup >
17
17
<ItemGroup >
18
- <ExcludeFolders Include =" Lib\test;Lib\tests;Lib\tkinter;Lib\idlelib;Lib\turtledemo" />
18
+ <ExcludeFolders Include =" Lib\site-packages;Lib\ test;Lib\tests;Lib\tkinter;Lib\idlelib;Lib\turtledemo" />
19
19
<InstallFiles Include =" $(PySourcePath)Lib\**\*"
20
20
Exclude =" $(PySourcePath)Lib\**\*.pyc;
21
21
$(PySourcePath)Lib\**\*.pyo;
22
22
$(PySourcePath)Lib\turtle.py;
23
- $(PySourcePath)Lib\site-packages\README;
24
23
@(ExcludeFolders->'$(PySourcePath)%(Identity)\*');
25
24
@(ExcludeFolders->'$(PySourcePath)%(Identity)\**\*')" >
26
25
<SourceBase >$(PySourcePath)Lib</SourceBase >
You can’t perform that action at this time.
0 commit comments