]> granicus.if.org Git - python/commitdiff
Taught the Windows installer about changes in the structure of the email
authorTim Peters <tim.peters@gmail.com>
Tue, 23 Jul 2002 19:56:30 +0000 (19:56 +0000)
committerTim Peters <tim.peters@gmail.com>
Tue, 23 Jul 2002 19:56:30 +0000 (19:56 +0000)
package, and the loss of the test/data directory.

PCbuild/python20.wse

index 400da4072773649fe8098960157de9986c009362..369efc51fbc9a28e916c6805d80cb03b12e989fa 100644 (file)
@@ -1907,6 +1907,24 @@ item: Install File
   Description=Library email package
   Flags=0000000000000010
 end
+item: Install File
+  Source=..\lib\email\test\*.py
+  Destination=%MAINDIR%\Lib\email\test
+  Description=email tests
+  Flags=0000000000000010
+end
+item: Install File
+  Source=..\lib\email\test\data\*.txt
+  Destination=%MAINDIR%\Lib\email\test\data
+  Description=email test data
+  Flags=0000000000000010
+end
+item: Install File
+  Source=..\lib\email\test\data\*.gif
+  Destination=%MAINDIR%\Lib\email\test\data
+  Description=email test data
+  Flags=0000000000000010
+end
 item: Remark
 end
 item: Install File
@@ -2235,14 +2253,6 @@ item: Install File
 end
 item: Remark
 end
-item: Install File
-  Source=..\lib\test\data\*.*
-  Destination=%MAINDIR%\Lib\test\data
-  Description=Python Test files
-  Flags=0000000000000010
-end
-item: Remark
-end
 item: Install File
   Source=..\lib\test\output\*.*
   Destination=%MAINDIR%\Lib\test\output