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 edff326 commit ecb21e3Copy full SHA for ecb21e3
hatch_build.py
@@ -7,7 +7,6 @@
7
8
class CustomHook(BuildHookInterface):
9
def initialize(self, version, build_data):
10
-
11
here = os.path.abspath(os.path.dirname(__file__))
12
sys.path.insert(0, here)
13
from ipykernel.kernelspec import make_ipkernel_cmd, write_kernel_spec
pyproject.toml
@@ -48,6 +48,7 @@ test = [
48
49
# Used to call hatch_build.py
50
[tool.hatch.build.targets.wheel.hooks.custom]
51
+[tool.hatch.build.targets.sdist.hooks.custom]
52
53
[tool.hatch.build.targets.wheel.shared-data]
54
"data_kernelspec" = "share/jupyter/kernels/python3"
0 commit comments