Skip to content

Commit 56f7d55

Browse files
committed
cleanup
1 parent ecb21e3 commit 56f7d55

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

pyproject.toml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,14 +47,13 @@ test = [
4747
]
4848

4949
# Used to call hatch_build.py
50-
[tool.hatch.build.targets.wheel.hooks.custom]
51-
[tool.hatch.build.targets.sdist.hooks.custom]
50+
[tool.hatch.build.hooks.custom]
5251

5352
[tool.hatch.build.targets.wheel.shared-data]
5453
"data_kernelspec" = "share/jupyter/kernels/python3"
5554

56-
[tool.hatch.build]
57-
include = ["ipykernel/**", "ipykernel_launcher.py"]
55+
[tool.hatch.build.force-include]
56+
"./ipykernel_launcher.py" = "ipykernel_launcher.py"
5857

5958
[tool.hatch.version]
6059
path = "ipykernel/_version.py"

0 commit comments

Comments
 (0)