Skip to content

Commit a3f73e1

Browse files
authored
Fix 7.x license warnings (#1448)
1 parent 3b2e4c0 commit a3f73e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
[build-system]
2-
requires = ["hatchling>=1.4", "jupyter_client>=6"]
2+
requires = ["hatchling>=1.22", "jupyter_client>=6"]
33
build-backend = "hatchling.build"
44

55
[project]
66
name = "ipykernel"
77
dynamic = ["version"]
88
authors = [{name = "IPython Development Team", email = "ipython-dev@scipy.org"}]
9-
license = {file = "LICENSE"}
9+
license = "BSD-3-Clause"
1010
readme = "README.md"
1111
description = "IPython Kernel for Jupyter"
1212
keywords = ["Interactive", "Interpreter", "Shell", "Web"]

0 commit comments

Comments
 (0)