Skip to content

Commit 4c0cdfd

Browse files
Include NUMPY_LICENSE.txt in license files (#9113)
1 parent 0f59144 commit 4c0cdfd

3 files changed

Lines changed: 6 additions & 3 deletions

File tree

MANIFEST.in

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ include docs/Makefile docs/make.bat
55

66
include setup.py
77
include README.rst
8-
include LICENSE.txt
98
include MANIFEST.in
109
include dask/dask.yaml
1110
include dask/dask-schema.yaml

continuous_integration/recipe/meta.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,9 @@ test:
4242
about:
4343
home: https://github.com/dask/dask/
4444
license: BSD-3-Clause
45-
license_file: LICENSE.txt
45+
license_file:
46+
- LICENSE.txt
47+
- dask/array/NUMPY_LICENSE.txt
4648
summary: Parallel Python with task scheduling
4749
doc_url: https://dask.org/
4850
dev_url: https://github.com/dask/dask

setup.cfg

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,9 @@ filterwarnings =
6464
xfail_strict=true
6565

6666
[metadata]
67-
license_files = LICENSE.txt
67+
license_files =
68+
LICENSE.txt
69+
dask/array/NUMPY_LICENSE.txt
6870

6971
[mypy]
7072
# Silence errors about Python 3.9-style delayed type annotations on Python 3.8

0 commit comments

Comments
 (0)