diff options
author | Tim Peters <tim.peters@gmail.com> | 2001-07-12 20:15:25 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2001-07-12 20:15:25 (GMT) |
commit | 9b23920b0f2446113f307ce31afd06c6988017cc (patch) | |
tree | 9e2db524a7c1961eee2a60993b1649fcfed57b6d /PCbuild | |
parent | f4bdb57e15126aaffaaf7548a7729fe8d48a4194 (diff) | |
download | cpython-9b23920b0f2446113f307ce31afd06c6988017cc.zip cpython-9b23920b0f2446113f307ce31afd06c6988017cc.tar.gz cpython-9b23920b0f2446113f307ce31afd06c6988017cc.tar.bz2 |
Fiddle Windows installer to create Lib/site-packages/REAMDE as
Lib\site-packages\README.txt.
Diffstat (limited to 'PCbuild')
-rw-r--r-- | PCbuild/python20.wse | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/PCbuild/python20.wse b/PCbuild/python20.wse index ce91c6a..5cd3edd 100644 --- a/PCbuild/python20.wse +++ b/PCbuild/python20.wse @@ -909,6 +909,12 @@ item: Install File Description=Obsolete modules Flags=0000000000000010 end +item: Install File + Source=%_SRC_%\Lib\site-packages\README + Destination=%MAINDIR%\Lib\site-packages\README.txt + Description=Site packages + Flags=0000000000000010 +end item: Remark Text=*** Other *** end |