Skip to content

Commit

Permalink
Merge pull request #395 from K3D-tools/devel
Browse files Browse the repository at this point in the history
exclude docs and tests from sdist
  • Loading branch information
artur-trzesiok authored Dec 16, 2022
2 parents d8e45fe + 43f3f46 commit 391b113
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,13 +66,6 @@ examples = [
[project.license]
file = "LICENSE.txt"

[tool.hatch.build.sdist]
artifacts = [
"k3d/static/",
"js/src/index.*",
"k3d/labextension/",
]

[tool.hatch.build.targets.wheel]
exclude = ["k3d/test"]
artifacts = [
Expand Down Expand Up @@ -103,6 +96,16 @@ source = "nodejs"
[tool.hatch.build.targets.sdist]
exclude = [
".github",
"docs",
"imgs",
"k3d/test",
"examples",
"binder",
]
artifacts = [
"k3d/static/",
"js/src/index.*",
"k3d/labextension/",
]

[tool.hatch.build.hooks.jupyter-builder]
Expand Down

0 comments on commit 391b113

Please sign in to comment.