Skip to content

Commit 2a2807b

Browse files
authored
Convert license settings into PEP-639 format (#431)
1 parent a009e43 commit 2a2807b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ build-backend = "hatchling.build"
55
[project]
66
name = "jupyter_core"
77
description = "Jupyter core package. A base package on which Jupyter projects rely."
8-
license = { file = "LICENSE" }
8+
license = "BSD-3-Clause"
9+
license-files = ["LICENSE"]
910
classifiers = [
1011
"Framework :: Jupyter",
1112
"Intended Audience :: Developers",

0 commit comments

Comments
 (0)