diff options
author | Steve Dower <steve.dower@microsoft.com> | 2017-02-18 16:12:02 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-02-18 16:12:02 -0800 |
commit | 52a7e92e3d38d3d003552db6795deeeee75db2e4 (patch) | |
tree | 37fdeabb7becb17cf478c88270f7f761fef4aab4 /Tools | |
parent | 8c130d7f8114158f5b94749032ec0c17dba96f83 (diff) | |
download | cpython-git-52a7e92e3d38d3d003552db6795deeeee75db2e4.tar.gz |
bpo-29579: Removes readme.txt from the installer. (#160)
Diffstat (limited to 'Tools')
-rw-r--r-- | Tools/msi/exe/exe_files.wxs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Tools/msi/exe/exe_files.wxs b/Tools/msi/exe/exe_files.wxs index 01385874fa..e675c21c89 100644 --- a/Tools/msi/exe/exe_files.wxs +++ b/Tools/msi/exe/exe_files.wxs @@ -8,9 +8,6 @@ <Component Id="NEWS.txt" Directory="InstallDirectory" Guid="*"> <File Name="NEWS.txt" Source="!(bindpath.src)Misc\NEWS" KeyPath="yes" /> </Component> - <Component Id="README.txt" Directory="InstallDirectory" Guid="*"> - <File Name="README.txt" Source="!(bindpath.src)README" KeyPath="yes" /> - </Component> </ComponentGroup> </Fragment> |