summaryrefslogtreecommitdiffstats
path: root/Tools
diff options
context:
space:
mode:
authorSteve Dower <steve.dower@microsoft.com>2015-10-23 20:24:03 (GMT)
committerSteve Dower <steve.dower@microsoft.com>2015-10-23 20:24:03 (GMT)
commit5b6f3644e67d6bc597ff246a1e75902d36d5699e (patch)
tree6e9276d0a5164410702713c73ef27a0fa1fb12eb /Tools
parentfe3e7a006e52d626c000256a8e46ff4ccd2b9225 (diff)
downloadcpython-5b6f3644e67d6bc597ff246a1e75902d36d5699e.zip
cpython-5b6f3644e67d6bc597ff246a1e75902d36d5699e.tar.gz
cpython-5b6f3644e67d6bc597ff246a1e75902d36d5699e.tar.bz2
Issue #24633: Removes automatic rename of site-packages/README since README.txt is now committed.
Diffstat (limited to 'Tools')
-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 fa79a8d..804ab01 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>