Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d372cda

Browse files
authored
bpo-29579: Removes readme.txt from the installer. (python#161)
1 parent b300c66 commit d372cda

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

Misc/NEWS

+2
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,8 @@ Library
160160
Windows
161161
-------
162162

163+
- bpo-29579: Removes readme.txt from the installer
164+
163165
- Issue #29326: Ignores blank lines in ._pth files (Patch by Alexey Izbyshev)
164166

165167
- Issue #28164: Correctly handle special console filenames (patch by Eryk Sun)

Tools/msi/exe/exe_files.wxs

-3
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@
88
<Component Id="NEWS.txt" Directory="InstallDirectory" Guid="*">
99
<File Name="NEWS.txt" Source="!(bindpath.src)Misc\NEWS" KeyPath="yes" />
1010
</Component>
11-
<Component Id="README.txt" Directory="InstallDirectory" Guid="*">
12-
<File Name="README.txt" Source="!(bindpath.src)README" KeyPath="yes" />
13-
</Component>
1411
</ComponentGroup>
1512
</Fragment>
1613

0 commit comments

Comments
 (0)