We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecb21e3 commit 56f7d55Copy full SHA for 56f7d55
pyproject.toml
@@ -47,14 +47,13 @@ test = [
47
]
48
49
# Used to call hatch_build.py
50
-[tool.hatch.build.targets.wheel.hooks.custom]
51
-[tool.hatch.build.targets.sdist.hooks.custom]
+[tool.hatch.build.hooks.custom]
52
53
[tool.hatch.build.targets.wheel.shared-data]
54
"data_kernelspec" = "share/jupyter/kernels/python3"
55
56
-[tool.hatch.build]
57
-include = ["ipykernel/**", "ipykernel_launcher.py"]
+[tool.hatch.build.force-include]
+"./ipykernel_launcher.py" = "ipykernel_launcher.py"
58
59
[tool.hatch.version]
60
path = "ipykernel/_version.py"
0 commit comments