Skip to content

Commit e5c5ce2

Browse files
PEP 639 compliance (#9146)
1 parent 95ce4a5 commit e5c5ce2

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

MANIFEST.in

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ recursive-exclude distributed **/tests/*
1313

1414
include setup.py
1515
include README.rst
16-
include LICENSE.txt
1716
include MANIFEST.in
1817
include distributed/py.typed
1918
exclude distributed/pytest_resourceleaks.py

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ build-backend = "setuptools.build_meta"
66
name = "distributed"
77
description = "Distributed scheduler for Dask"
88
maintainers = [{name = "Matthew Rocklin", email = "[email protected]"}]
9-
license = {text = "BSD-3-Clause"}
9+
license = "BSD-3-Clause"
10+
license-files = ["LICENSE.txt"]
1011
classifiers = [
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",

0 commit comments

Comments
 (0)