Skip to content

Commit

Permalink
setup: Temporarily put the macOS bootloaders in sdists. (#5583)
Browse files Browse the repository at this point in the history
Doing so enables the sdist to serve as a fallback if pip is too old
to recognise the universal2 tagged wheel.
  • Loading branch information
bwoodsend committed Jun 3, 2021
1 parent 357d33a commit 47812d7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions MANIFEST.in
Expand Up @@ -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
Expand Down

0 comments on commit 47812d7

Please sign in to comment.