Skip to content

Commit

Permalink
fix: package to include test files
Browse files Browse the repository at this point in the history
  • Loading branch information
danielfrg committed Sep 25, 2023
1 parent cbac637 commit e912eee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ dev-dependencies = [
mkdocs-jupyter = "mkdocs_jupyter.plugin:Plugin"

[tool.hatch.build]
artifacts = ["mkdocs_jupyter/**"]
artifacts = ["src/mkdocs_jupyter/**"]
exclude = [".github", "docs"]

[tool.hatch.version]
Expand Down

0 comments on commit e912eee

Please sign in to comment.