We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a009e43 commit 2a2807bCopy full SHA for 2a2807b
pyproject.toml
@@ -5,7 +5,8 @@ build-backend = "hatchling.build"
5
[project]
6
name = "jupyter_core"
7
description = "Jupyter core package. A base package on which Jupyter projects rely."
8
-license = { file = "LICENSE" }
+license = "BSD-3-Clause"
9
+license-files = ["LICENSE"]
10
classifiers = [
11
"Framework :: Jupyter",
12
"Intended Audience :: Developers",
0 commit comments