]> granicus.if.org Git - python/commitdiff
Issue #24633: Removes automatic rename of site-packages/README since README.txt is...
authorSteve Dower <steve.dower@microsoft.com>
Fri, 23 Oct 2015 20:24:03 +0000 (13:24 -0700)
committerSteve Dower <steve.dower@microsoft.com>
Fri, 23 Oct 2015 20:24:03 +0000 (13:24 -0700)
Tools/msi/lib/lib_files.wxs

index fa79a8d692d317450d90d8c1c734fa36b2856765..804ab0146d3d11032fd546f361180cbfc18f1442 100644 (file)
                     <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>