From 5823583f3e62be648bff556193eeb57b490e32dd Mon Sep 17 00:00:00 2001 From: Simon Schrottner Date: Sun, 24 Nov 2024 11:16:22 +0100 Subject: [PATCH] build(flagd): remove unnecessary files from distribution Signed-off-by: Simon Schrottner --- providers/openfeature-provider-flagd/pyproject.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/providers/openfeature-provider-flagd/pyproject.toml b/providers/openfeature-provider-flagd/pyproject.toml index 5da8c69c..35088159 100644 --- a/providers/openfeature-provider-flagd/pyproject.toml +++ b/providers/openfeature-provider-flagd/pyproject.toml @@ -61,6 +61,8 @@ cov = [ exclude = [ ".gitignore", "schemas", + "test-harness", + "spec", ] [tool.hatch.build.targets.wheel]