Skip to content

Commit e3e896a

Browse files
committed
use latest hatchling
1 parent cb0c387 commit e3e896a

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

pyproject.toml

+5-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[build-system]
22
requires = [
33
"jupyterlab>=3.0.0,==3.*",
4-
"hatchling"
4+
"hatchling>=0.25"
55
]
66
build-backend = "hatchling.build"
77

@@ -97,9 +97,10 @@ ipengine = "ipyparallel.engine.app:main"
9797
# Used to call hatch_build.py
9898
[tool.hatch.build.hooks.custom]
9999

100-
[tool.hatch.build.force-include]
101-
"./ipyparallel/labextension" = "ipyparallel/labextension"
102-
100+
[tool.hatch.build]
101+
artifacts = [
102+
"ipyparallel/labextension/**/*.*"
103+
]
103104

104105
[tool.hatch.build.targets.wheel.shared-data]
105106
"jupyter-config" = "etc/jupyter"

0 commit comments

Comments
 (0)