11[build-system ]
2- requires = [" hatchling" , " jupyter_client" ]
2+ requires = [" hatchling>=0.25 " , " jupyter_client>=6 " ]
33build-backend = " hatchling.build"
44
55[project ]
66name = " ipykernel"
7+ version = " 6.13.0"
78authors = [{name = " IPython Development Team" , email = " ipython-dev@scipy.org" }]
8- license = {text = " BSD" }
9+ license = {file = " COPYING.md" }
10+ readme = " README.md"
911description = " IPython Kernel for Jupyter"
1012keywords = [" Interactive" , " Interpreter" , " Shell" , " Web" ]
1113classifiers = [
@@ -34,7 +36,6 @@ dependencies = [
3436 " nest_asyncio" ,
3537 " packaging" ,
3638]
37- dynamic = [" version" ]
3839
3940[project .optional-dependencies ]
4041test = [
@@ -52,11 +53,8 @@ test = [
5253[tool .hatch .build .targets .wheel .shared-data ]
5354"data_kernelspec" = " share/jupyter/kernels/python3"
5455
55- [tool .hatch .build .force-include ]
56- "./ipykernel_launcher.py" = " ipykernel_launcher.py"
57-
58- [tool .hatch .version ]
59- path = " ipykernel/_version.py"
56+ [tool .hatch .build ]
57+ artifacts = [" ipykernel_launcher.py" ]
6058
6159[tool .jupyter-releaser ]
6260skip = [" check-links" ]
@@ -75,6 +73,9 @@ tag_template = "v{new_version}"
7573[[tool .tbump .file ]]
7674src = " ipykernel/_version.py"
7775
76+ [[tool .tbump .file ]]
77+ src = " pyproject.toml"
78+
7879[tool .mypy ]
7980check_untyped_defs = true
8081disallow_any_generics = true
0 commit comments