Skip to content

Commit b92293d

Browse files
stefan6419846charris
authored andcommitted
DOC: Visually divide main license and bundled licenses in wheels
1 parent 535a802 commit b92293d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/wheels/cibw_before_build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ PLATFORM=$(PYTHONPATH=tools python -c "import openblas_support; print(openblas_s
55

66
# Update license
77
echo "" >> $PROJECT_DIR/LICENSE.txt
8-
echo ""----" >> $PROJECT_DIR/LICENSE.txt
8+
echo "----" >> $PROJECT_DIR/LICENSE.txt
99
echo "" >> $PROJECT_DIR/LICENSE.txt
1010
cat $PROJECT_DIR/LICENSES_bundled.txt >> $PROJECT_DIR/LICENSE.txt
1111
if [[ $RUNNER_OS == "Linux" ]] ; then

0 commit comments

Comments
 (0)