Skip to content

Commit 885ef5e

Browse files
committed
fix license config
1 parent de49663 commit 885ef5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name = "jupyter-console"
77
dynamic = ["version"]
88
description = "Jupyter terminal console"
99
readme = "README.md"
10-
license = "BSD"
10+
license = { file= "LICENSE" }
1111
requires-python = ">=3.7"
1212
authors = [
1313
{ name = "Jupyter Development Team", email = "[email protected]" },

0 commit comments

Comments
 (0)