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

Skip to content

Commit 5b6f364

Browse files
committed
Issue #24633: Removes automatic rename of site-packages/README since README.txt is now committed.
1 parent fe3e7a0 commit 5b6f364

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

Tools/msi/lib/lib_files.wxs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -64,16 +64,10 @@
6464
<RegistryValue Key="PythonPath" Type="string" Value="[Lib];[DLLs]" />
6565
</RegistryKey>
6666
</Component>
67-
<Component Id="Lib_site_packages_README" Directory="Lib_site_packages" Guid="*">
68-
<File Id="Lib_site_packages_README" Name="README.txt" Source="!(bindpath.src)Lib\site-packages\README" KeyPath="yes" />
69-
</Component>
7067
<Component Id="Lib2to3_pickle_remove" Directory="Lib_lib2to3" Guid="$(var.RemoveLib2to3PickleComponentGuid)">
7168
<RemoveFile Id="Lib2to3_pickle_remove_files" Name="*.pickle" On="uninstall" />
7269
<RemoveFolder Id="Lib2to3_pickle_remove_folder" On="uninstall" />
7370
</Component>
7471
</ComponentGroup>
75-
<DirectoryRef Id="Lib">
76-
<Directory Id="Lib_site_packages" Name="site-packages" />
77-
</DirectoryRef>
7872
</Fragment>
7973
</Wix>

0 commit comments

Comments
 (0)