From 8ca177bd213faf72fcf8af50ecb53836f3fc0fbb Mon Sep 17 00:00:00 2001 From: Tim Peters Date: Sun, 23 Sep 2001 07:02:29 +0000 Subject: [PATCH] Install the new Lib/email pkg. Create & populate the new Lib/test/data directory. --- PCbuild/python20.wse | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/PCbuild/python20.wse b/PCbuild/python20.wse index 396ef5e181..d712e56c55 100644 --- a/PCbuild/python20.wse +++ b/PCbuild/python20.wse @@ -1896,6 +1896,14 @@ item: Install File end item: Remark end +item: Install File + Source=..\Lib\email\*.py + Destination=%MAINDIR%\Lib\email + Description=Library email package + Flags=0000000000000010 +end +item: Remark +end item: Install File Source=..\lib\distutils\*.py Destination=%MAINDIR%\Lib\distutils @@ -2221,6 +2229,14 @@ 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 -- 2.50.0