diff options
author | Steve Dower <steve.dower@microsoft.com> | 2015-10-23 20:24:03 (GMT) |
---|---|---|
committer | Steve Dower <steve.dower@microsoft.com> | 2015-10-23 20:24:03 (GMT) |
commit | 5b6f3644e67d6bc597ff246a1e75902d36d5699e (patch) | |
tree | 6e9276d0a5164410702713c73ef27a0fa1fb12eb /Tools | |
parent | fe3e7a006e52d626c000256a8e46ff4ccd2b9225 (diff) | |
download | cpython-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.wxs | 6 |
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> |