From 47812d798809a4df43b8fbc0fa1cf102283cfc1a Mon Sep 17 00:00:00 2001 From: bwoodsend Date: Thu, 3 Jun 2021 01:09:29 +0100 Subject: [PATCH] setup: Temporarily put the macOS bootloaders in sdists. (#5583) Doing so enables the sdist to serve as a fallback if pip is too old to recognise the universal2 tagged wheel. --- MANIFEST.in | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/MANIFEST.in b/MANIFEST.in index 2bf03daf1a..4ad0f6807d 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -5,6 +5,10 @@ recursive-include PyInstaller/bootloader/images * # from source. (Wheels don't work on MSYS2.) recursive-include PyInstaller/bootloader/Windows-32bit * recursive-include PyInstaller/bootloader/Windows-64bit * +# Until pip 20.1.2 is considered old, keep the macOS bootloaders +# in here too so that older pips which don't recognise the universal2 +# wheel tag can still use the sdist. +recursive-include PyInstaller/bootloader/Darwin-64bit * include pyproject.toml # These files need to be explicitly included include PyInstaller/fake-modules/*.py