Skip to content

Commit

Permalink
Merge pull request #252 from miek/pyproject-limit-include
Browse files Browse the repository at this point in the history
Limit pyproject include mask to just the main package
  • Loading branch information
miek authored May 16, 2024
2 parents d00aa88 + 8fdf9d4 commit 3ccb12f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ dev = [

[tool.setuptools.packages.find]
where = ["."]
include = ["*"]
include = ["luna*"]

[tool.pdm.scripts]
test.cmd = "python -m unittest discover -t . -s tests -v"
Expand Down

0 comments on commit 3ccb12f

Please sign in to comment.