File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,6 @@ recursive-exclude distributed **/tests/*
1313
1414include setup.py
1515include README.rst
16- include LICENSE.txt
1716include MANIFEST.in
1817include distributed/py.typed
1918exclude distributed/pytest_resourceleaks.py
Original file line number Diff line number Diff line change @@ -6,12 +6,12 @@ build-backend = "setuptools.build_meta"
66name = " distributed"
77description = " Distributed scheduler for Dask"
88maintainers = [{
name =
" Matthew Rocklin" ,
email =
" [email protected] " }]
9- license = {text = " BSD-3-Clause" }
9+ license = " BSD-3-Clause"
10+ license-files = [" LICENSE.txt" ]
1011classifiers = [
1112 " Development Status :: 5 - Production/Stable" ,
1213 " Intended Audience :: Developers" ,
1314 " Intended Audience :: Science/Research" ,
14- " License :: OSI Approved :: BSD License" ,
1515 " Operating System :: OS Independent" ,
1616 " Programming Language :: Python" ,
1717 " Programming Language :: Python :: 3" ,
You can’t perform that action at this time.
0 commit comments