diff --git a/pyproject.toml b/pyproject.toml index 96f663a8b..851c6f2ce 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,12 +1,12 @@ [build-system] -requires = ["hatchling>=1.4", "jupyter_client>=6"] +requires = ["hatchling>=1.22", "jupyter_client>=6"] build-backend = "hatchling.build" [project] name = "ipykernel" dynamic = ["version"] authors = [{name = "IPython Development Team", email = "ipython-dev@scipy.org"}] -license = {file = "LICENSE"} +license = "BSD-3-Clause" readme = "README.md" description = "IPython Kernel for Jupyter" keywords = ["Interactive", "Interpreter", "Shell", "Web"]