Skip to content

Commit

Permalink
Exclude some files from the build
Browse files Browse the repository at this point in the history
  • Loading branch information
marclove committed Jul 13, 2024
1 parent ecd1ec1 commit 04369d7
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 @@ -47,6 +47,8 @@ Issues = "https://github.com/marclove/pythreads/issues"
[tool.hatch.version]
path = "src/pythreads/__about__.py"

[tool.hatch.build.targets.sdist]
exclude = [".github/*", ".env.template"]

### Environments ###

Expand Down

0 comments on commit 04369d7

Please sign in to comment.