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 cb0c387 commit e3e896aCopy full SHA for e3e896a
pyproject.toml
@@ -1,7 +1,7 @@
1
[build-system]
2
requires = [
3
"jupyterlab>=3.0.0,==3.*",
4
- "hatchling"
+ "hatchling>=0.25"
5
]
6
build-backend = "hatchling.build"
7
@@ -97,9 +97,10 @@ ipengine = "ipyparallel.engine.app:main"
97
# Used to call hatch_build.py
98
[tool.hatch.build.hooks.custom]
99
100
-[tool.hatch.build.force-include]
101
-"./ipyparallel/labextension" = "ipyparallel/labextension"
102
-
+[tool.hatch.build]
+artifacts = [
+ "ipyparallel/labextension/**/*.*"
103
+]
104
105
[tool.hatch.build.targets.wheel.shared-data]
106
"jupyter-config" = "etc/jupyter"
0 commit comments