Skip to content

Commit 52a7e92

Browse files
authored
bpo-29579: Removes readme.txt from the installer. (#160)
1 parent 8c130d7 commit 52a7e92

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

Misc/NEWS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -634,6 +634,8 @@ Library
634634
Windows
635635
-------
636636

637+
- bpo-29579: Removes readme.txt from the installer.
638+
637639
- Issue #25778: winreg does not truncate string correctly (Patch by Eryk Sun)
638640

639641
- Issue #28896: Deprecate WindowsRegistryFinder and disable it by default

Tools/msi/exe/exe_files.wxs

Lines changed: 0 additions & 3 deletions
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)