Skip to content

Commit

Permalink
chore(build): fix setuptools package discovery
Browse files Browse the repository at this point in the history
The only package that's being packaged here is 'giftless', any other "rogue" directory confuses the packager.
  • Loading branch information
vit-zikmund committed Apr 24, 2024
1 parent 3016c4b commit 5575147
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,9 @@ build-backend = "setuptools.build_meta"
# Use single-quoted strings so TOML treats the string like a Python r-string
# Multi-line strings are implicitly treated by black as regular expressions

[tool.setuptools.packages.find]
include = ["giftless"]

[tool.coverage.run]
parallel = true
branch = true
Expand Down

0 comments on commit 5575147

Please sign in to comment.