Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 553d2a5

Browse files
committed
Windows installer, reflecting changes that went into a replacement 2.0b1
.exe that will show up on PythonLabs.com later today: Include the Lib\xml\ package (directory + subdirectories). Include the Lib\lib-old\ directory. Include the Lib\test\*.xml test cases (well, just one now). Remove the redundant install of Lib\*.py (looks like a stray duplicate line that's been there a long time). Because of this, the new installer is a little smaller despite having more stuff in it.
1 parent fc9eeae commit 553d2a5

1 file changed

Lines changed: 17 additions & 5 deletions

File tree

PCbuild/python20.wse

Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -733,6 +733,18 @@ item: Install File
733733
Description=Distribution utility modules
734734
Flags=0000000100000010
735735
end
736+
item: Install File
737+
Source=%_SRC_%\Lib\xml\*.py
738+
Destination=%MAINDIR%\Lib\xml
739+
Description=XML support packages
740+
Flags=0000000100000010
741+
end
742+
item: Install File
743+
Source=%_SRC_%\Lib\lib-old\*.py
744+
Destination=%MAINDIR%\Lib\lib-old
745+
Description=Obsolete modules
746+
Flags=0000000000000010
747+
end
736748
item: Install File
737749
Source=%_SRC_%\pcbuild\*.lib
738750
Destination=%MAINDIR%\libs
@@ -908,14 +920,14 @@ item: Install File
908920
Flags=0000000000000010
909921
end
910922
item: Install File
911-
Source=%_SRC_%\Lib\test\output\*.*
912-
Destination=%MAINDIR%\Lib\test\output
913-
Description=Python Test output files
923+
Source=%_SRC_%\Lib\test\*.xml
924+
Destination=%MAINDIR%\Lib\test
914925
Flags=0000000000000010
915926
end
916927
item: Install File
917-
Source=%_SRC_%\Lib\test\*.py
918-
Destination=%MAINDIR%\Lib\test
928+
Source=%_SRC_%\Lib\test\output\*.*
929+
Destination=%MAINDIR%\Lib\test\output
930+
Description=Python Test output files
919931
Flags=0000000000000010
920932
end
921933
item: End Block

0 commit comments

Comments
 (0)