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

Skip to content

Commit 78e30fb

Browse files
committed
Taught the Windows installer about changes in the structure of the email
package, and the loss of the test/data directory.
1 parent 10d0d59 commit 78e30fb

1 file changed

Lines changed: 18 additions & 8 deletions

File tree

PCbuild/python20.wse

Lines changed: 18 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1907,6 +1907,24 @@ item: Install File
19071907
Description=Library email package
19081908
Flags=0000000000000010
19091909
end
1910+
item: Install File
1911+
Source=..\lib\email\test\*.py
1912+
Destination=%MAINDIR%\Lib\email\test
1913+
Description=email tests
1914+
Flags=0000000000000010
1915+
end
1916+
item: Install File
1917+
Source=..\lib\email\test\data\*.txt
1918+
Destination=%MAINDIR%\Lib\email\test\data
1919+
Description=email test data
1920+
Flags=0000000000000010
1921+
end
1922+
item: Install File
1923+
Source=..\lib\email\test\data\*.gif
1924+
Destination=%MAINDIR%\Lib\email\test\data
1925+
Description=email test data
1926+
Flags=0000000000000010
1927+
end
19101928
item: Remark
19111929
end
19121930
item: Install File
@@ -2235,14 +2253,6 @@ item: Install File
22352253
end
22362254
item: Remark
22372255
end
2238-
item: Install File
2239-
Source=..\lib\test\data\*.*
2240-
Destination=%MAINDIR%\Lib\test\data
2241-
Description=Python Test files
2242-
Flags=0000000000000010
2243-
end
2244-
item: Remark
2245-
end
22462256
item: Install File
22472257
Source=..\lib\test\output\*.*
22482258
Destination=%MAINDIR%\Lib\test\output

0 commit comments

Comments
 (0)