File tree Expand file tree Collapse file tree
continuous_integration/recipe Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ include docs/Makefile docs/make.bat
55
66include setup.py
77include README.rst
8- include LICENSE.txt
98include MANIFEST.in
109include dask/dask.yaml
1110include dask/dask-schema.yaml
Original file line number Diff line number Diff line change 4242about :
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
Original file line number Diff line number Diff line change @@ -64,7 +64,9 @@ filterwarnings =
6464xfail_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
You can’t perform that action at this time.
0 commit comments