Skip to content

Commit

Permalink
use latest hatchling
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 committed May 16, 2022
1 parent cb0c387 commit e3e896a
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[build-system]
requires = [
"jupyterlab>=3.0.0,==3.*",
"hatchling"
"hatchling>=0.25"
]
build-backend = "hatchling.build"

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

[tool.hatch.build.force-include]
"./ipyparallel/labextension" = "ipyparallel/labextension"

[tool.hatch.build]
artifacts = [
"ipyparallel/labextension/**/*.*"
]

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

0 comments on commit e3e896a

Please sign in to comment.