Skip to content

Commit 0e57c3e

Browse files
committed
cleanup
1 parent 56f7d55 commit 0e57c3e

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

pyproject.toml

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

55
[project]
66
name = "ipykernel"
7+
version = "6.13.0"
78
authors = [{name = "IPython Development Team", email = "[email protected]"}]
8-
license = {text = "BSD"}
9+
license = {file = "COPYING.md"}
10+
readme = "README.md"
911
description = "IPython Kernel for Jupyter"
1012
keywords = ["Interactive", "Interpreter", "Shell", "Web"]
1113
classifiers = [
@@ -34,7 +36,6 @@ dependencies = [
3436
"nest_asyncio",
3537
"packaging",
3638
]
37-
dynamic = ["version"]
3839

3940
[project.optional-dependencies]
4041
test = [
@@ -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]
6260
skip = ["check-links"]
@@ -75,6 +73,9 @@ tag_template = "v{new_version}"
7573
[[tool.tbump.file]]
7674
src = "ipykernel/_version.py"
7775

76+
[[tool.tbump.file]]
77+
src = "pyproject.toml"
78+
7879
[tool.mypy]
7980
check_untyped_defs = true
8081
disallow_any_generics = true

0 commit comments

Comments
 (0)