diff --git a/pyproject.toml b/pyproject.toml index 9c6081c..e577a2d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"]