Skip to content

Commit

Permalink
Try to exclude "wheelhouse" from wheel files
Browse files Browse the repository at this point in the history
  • Loading branch information
iver56 committed Jan 12, 2024
1 parent 682e36e commit e347166
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 @@ -37,7 +37,7 @@ test-requires = ["cffi", "pytest"]
test-command = "pytest {project}/tests"

[tool.setuptools.packages.find]
exclude = ["scripts", "tests"]
exclude = ["scripts", "tests", "wheelhouse"]

[tool.pytest]
testpaths = ["tests"]

0 comments on commit e347166

Please sign in to comment.