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 3b0b710 commit 2978c29Copy full SHA for 2978c29
pyproject.toml
@@ -7,7 +7,7 @@ name = "jupyter-kernel-gateway"
7
dynamic = ["version"]
8
description = "A web server for spawning and communicating with Jupyter kernels"
9
readme = "README.md"
10
-license = "BSD"
+license = { file = "LICENSE.md" }
11
requires-python = ">=3.8"
12
authors = [
13
{ name = "Jupyter Development Team", email = "[email protected]" },
0 commit comments