File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ def main():
3838 distinfo_path = next (iter (sitepkgs .glob ("numpy-*.dist-info" )))
3939
4040 # Check license text
41- license_txt = distinfo_path / "LICENSE.txt"
41+ license_txt = distinfo_path / "licenses" / " LICENSE.txt"
4242 with open (license_txt , encoding = "utf-8" ) as f :
4343 text = f .read ()
4444
Original file line number Diff line number Diff line change @@ -8,7 +8,6 @@ NUMPY_SRC_DIR="${1:-$PWD}/numpy-src"
88echo " " >> $NUMPY_SRC_DIR /LICENSE.txt
99echo " ----" >> $NUMPY_SRC_DIR /LICENSE.txt
1010echo " " >> $NUMPY_SRC_DIR /LICENSE.txt
11- cat $NUMPY_SRC_DIR /LICENSES_bundled.txt >> $NUMPY_SRC_DIR /LICENSE.txt
1211if [[ $RUNNER_OS == " Linux" ]] ; then
1312 cat $PROJECT_DIR /tools/wheels/LICENSE_linux.txt >> $NUMPY_SRC_DIR /LICENSE.txt
1413elif [[ $RUNNER_OS == " macOS" ]]; then
You can’t perform that action at this time.
0 commit comments