bpo-29579: Removes readme.txt from the installer. (#160)

This commit is contained in:
Steve Dower 2017-02-18 16:12:02 -08:00 committed by GitHub
parent 8c130d7f81
commit 52a7e92e3d
2 changed files with 2 additions and 3 deletions

View File

@ -634,6 +634,8 @@ Library
Windows
-------
- bpo-29579: Removes readme.txt from the installer.
- Issue #25778: winreg does not truncate string correctly (Patch by Eryk Sun)
- Issue #28896: Deprecate WindowsRegistryFinder and disable it by default

View File

@ -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>