From 9c4839e4e8b9b27922e4a6ab6146e365f8a492a0 Mon Sep 17 00:00:00 2001 From: Matthew Keeler Date: Tue, 4 Nov 2025 15:01:04 -0500 Subject: [PATCH] fix: Remove tests package fixes #36 --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 64551b1..cf5473b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,6 @@ classifiers = [ ] packages = [ { include = "ld_openfeature" }, - { include = "tests" }, ]