summaryrefslogtreecommitdiff
path: root/Tools/msi
diff options
context:
space:
mode:
authorSteve Dower <steve.dower@microsoft.com>2015-10-23 13:24:03 -0700
committerSteve Dower <steve.dower@microsoft.com>2015-10-23 13:24:03 -0700
commita53491face0fa65b4b0d3b70288786e52372ef34 (patch)
tree137dafaa3a6c4ecb04626bb2e76c32f16025c6b4 /Tools/msi
parent0364362da3d830231ef75841138af7dd1b5358b0 (diff)
downloadcpython-a53491face0fa65b4b0d3b70288786e52372ef34.tar.gz
Issue #24633: Removes automatic rename of site-packages/README since README.txt is now committed.
Diffstat (limited to 'Tools/msi')
-rw-r--r--Tools/msi/lib/lib_files.wxs6
1 files changed, 0 insertions, 6 deletions
diff --git a/Tools/msi/lib/lib_files.wxs b/Tools/msi/lib/lib_files.wxs
index fa79a8d692..804ab0146d 100644
--- a/Tools/msi/lib/lib_files.wxs
+++ b/Tools/msi/lib/lib_files.wxs
@@ -64,16 +64,10 @@
<RegistryValue Key="PythonPath" Type="string" Value="[Lib];[DLLs]" />
</RegistryKey>
</Component>
- <Component Id="Lib_site_packages_README" Directory="Lib_site_packages" Guid="*">
- <File Id="Lib_site_packages_README" Name="README.txt" Source="!(bindpath.src)Lib\site-packages\README" KeyPath="yes" />
- </Component>
<Component Id="Lib2to3_pickle_remove" Directory="Lib_lib2to3" Guid="$(var.RemoveLib2to3PickleComponentGuid)">
<RemoveFile Id="Lib2to3_pickle_remove_files" Name="*.pickle" On="uninstall" />
<RemoveFolder Id="Lib2to3_pickle_remove_folder" On="uninstall" />
</Component>
</ComponentGroup>
- <DirectoryRef Id="Lib">
- <Directory Id="Lib_site_packages" Name="site-packages" />
- </DirectoryRef>
</Fragment>
</Wix>