Skip to content

Commit 1f05280

Browse files
committed
Ignore my .venv directory.
pypa/hatch#304 would make it unnecessary.
1 parent 34ca574 commit 1f05280

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,6 @@ use_tabs = true
3030
column_limit = 99999
3131
spaces_around_default_or_named_assign = true
3232
continuation_align_style = "fixed"
33+
34+
[tool.hatch.build.targets.sdist]
35+
exclude = [".venv"]

0 commit comments

Comments
 (0)