Skip to content

Commit a7552b2

Browse files
authored
Merge pull request numpy#25113 from charris/backport-25001
DOC: Visually divide main license and bundled licenses in wheels
2 parents 1d5ff21 + b92293d commit a7552b2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tools/wheels/cibw_before_build.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ PROJECT_DIR="$1"
44
PLATFORM=$(PYTHONPATH=tools python -c "import openblas_support; print(openblas_support.get_plat())")
55

66
# Update license
7+
echo "" >> $PROJECT_DIR/LICENSE.txt
8+
echo "----" >> $PROJECT_DIR/LICENSE.txt
9+
echo "" >> $PROJECT_DIR/LICENSE.txt
710
cat $PROJECT_DIR/LICENSES_bundled.txt >> $PROJECT_DIR/LICENSE.txt
811
if [[ $RUNNER_OS == "Linux" ]] ; then
912
cat $PROJECT_DIR/tools/wheels/LICENSE_linux.txt >> $PROJECT_DIR/LICENSE.txt

0 commit comments

Comments
 (0)