From e347166369c71ca5ff993975cf6ccb0d448da47e Mon Sep 17 00:00:00 2001 From: iver56 Date: Fri, 12 Jan 2024 16:16:53 +0100 Subject: [PATCH] Try to exclude "wheelhouse" from wheel files --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"]