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

index 0fe1f9b9d651bfc5e485d75718648e41d203afe0..5f682e5d8fb4a4821846560238c144fa23512424 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -160,6 +160,8 @@ Library
 Windows
 -------
 
+- bpo-29579: Removes readme.txt from the installer
+
 - Issue #29326: Ignores blank lines in ._pth files (Patch by Alexey Izbyshev)
 
 - Issue #28164: Correctly handle special console filenames (patch by Eryk Sun)
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>