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 7639a9e commit 23191b4Copy full SHA for 23191b4
examples/simple/pyproject.toml
@@ -31,6 +31,9 @@ source = "nodejs"
31
[tool.hatch.build.targets.wheel.shared-data]
32
"etc/jupyter/jupyter_server_config.d" = "etc/jupyter/jupyter_server_config.d"
33
34
+[tool.hatch.build.targets.wheel]
35
+packages = ["simple_ext1", "simple_ext2", "simple_ext11"]
36
+
37
[tool.hatch.build.hooks.jupyter-builder]
38
dependencies = [
39
"hatch-jupyter-builder>=0.8.2",
0 commit comments