Skip to content

Commit

Permalink
MNT exclude .hatch and .vscode from sdist
Browse files Browse the repository at this point in the history
  • Loading branch information
lorentzenchr committed Dec 29, 2022
1 parent 878e568 commit 27d98f6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@ exclude_lines = [
[tool.hatch.build.targets.sdist]
exclude = [
"/.github",
"/.hatch",
"/.vscode",
]

[tool.hatch.envs.default]
Expand Down

0 comments on commit 27d98f6

Please sign in to comment.