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",