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():
38
38
distinfo_path = next (iter (sitepkgs .glob ("numpy-*.dist-info" )))
39
39
40
40
# Check license text
41
- license_txt = distinfo_path / "LICENSE.txt"
41
+ license_txt = distinfo_path / "licenses" / " LICENSE.txt"
42
42
with open (license_txt , encoding = "utf-8" ) as f :
43
43
text = f .read ()
44
44
Original file line number Diff line number Diff line change @@ -8,7 +8,6 @@ NUMPY_SRC_DIR="${1:-$PWD}/numpy-src"
8
8
echo " " >> $NUMPY_SRC_DIR /LICENSE.txt
9
9
echo " ----" >> $NUMPY_SRC_DIR /LICENSE.txt
10
10
echo " " >> $NUMPY_SRC_DIR /LICENSE.txt
11
- cat $NUMPY_SRC_DIR /LICENSES_bundled.txt >> $NUMPY_SRC_DIR /LICENSE.txt
12
11
if [[ $RUNNER_OS == " Linux" ]] ; then
13
12
cat $PROJECT_DIR /tools/wheels/LICENSE_linux.txt >> $NUMPY_SRC_DIR /LICENSE.txt
14
13
elif [[ $RUNNER_OS == " macOS" ]]; then
You can’t perform that action at this time.
0 commit comments