]> granicus.if.org Git - python/commitdiff
bpo-29579: Removes readme.txt from the installer. (#160)
authorSteve Dower <steve.dower@microsoft.com>
Sun, 19 Feb 2017 00:12:02 +0000 (16:12 -0800)
committerGitHub <noreply@github.com>
Sun, 19 Feb 2017 00:12:02 +0000 (16:12 -0800)
Misc/NEWS
Tools/msi/exe/exe_files.wxs

index 9d61b4623e659c579e559a563b92701aa0590d48..752ce052fbb16e0fe8570b333c3f0debfd78e8e3 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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
index 01385874fa90b73fd246503730119319f355c2f0..e675c21c8975ef1ddea4426fdfdfb5147c286da1 100644 (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>