Skip to content
This repository was archived by the owner on Feb 15, 2023. It is now read-only.

Commit 58e0b1d

Browse files
authored
BUG: now actually include _distributor_init.py in macOS arm64 wheel (#145)
This is a follow-up to gh-143
1 parent 13ad473 commit 58e0b1d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

patch_code.sh

+1
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,5 @@ if [ -z "$IS_OSX" ]; then
1313
cat LICENSE_linux.txt >> $repo_dir/LICENSE.txt
1414
else
1515
cat LICENSE_osx.txt >> $repo_dir/LICENSE.txt
16+
cp _distributor_init.py scipy/_distributor_init.py
1617
fi

0 commit comments

Comments
 (0)