Skip to content

Commit

Permalink
Exclude tests from bdist (wheel)
Browse files Browse the repository at this point in the history
  • Loading branch information
marmitar committed Aug 6, 2022
1 parent 85c3070 commit fd8a5b1
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 @@ -104,6 +104,12 @@ path = "nbconvert/_version.py"
[tool.hatch.build.targets.sdist]
artifacts = ["share/templates/lab/static/*.*"]

[tool.hatch.build.targets.wheel]
exclude = [
"nbconvert/tests/",
"nbconvert/**/tests/",
]

[tool.hatch.build.targets.wheel.shared-data]
"share/templates" = "share/jupyter/nbconvert/templates"

Expand Down

0 comments on commit fd8a5b1

Please sign in to comment.