From bd2184ceb0e1b2ce31f1a14e32b0a6dcad5eb1e8 Mon Sep 17 00:00:00 2001 From: bitterpanda Date: Thu, 6 Nov 2025 18:56:28 +0100 Subject: [PATCH] Exclude test files & utils from build --- pyproject.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 895d0030..6a7addb4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,6 +9,10 @@ include = [ "docs/*", { path = "aikido_zen/libs/*", format = ["sdist", "wheel"] } ] +exclude = [ + "**/*_test.py", + "aikido_zen/test_utils/**" +] keywords = [ "web application firewall", "WAF",