Skip to content

Commit

Permalink
Merge pull request #205 from datalayer-externals/fix/hatch-artifacts
Browse files Browse the repository at this point in the history
Add static and templates as artifact for hatch build
  • Loading branch information
echarles authored Jan 25, 2023
2 parents c60c3d5 + 4290074 commit 9523021
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ requires = [
]
build-backend = "jupyter_packaging.build_api"

[tool.hatch.build]
artifacts = [
"nbclassic/static",
"nbclassic/templates"
]

[tool.check-manifest]
ignore = ["tbump.toml", ".*"]

Expand Down

0 comments on commit 9523021

Please sign in to comment.