From 3be765e162a56e73df6f34a1844566846e9eb727 Mon Sep 17 00:00:00 2001 From: reibs Date: Fri, 6 Dec 2024 20:45:57 -0500 Subject: [PATCH] made wildcare finder --- pyproject.toml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 9865bed6..45db025d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -106,7 +106,4 @@ exclude = [ ] [tool.setuptools] -find = {} - -[tool.setuptools.find] -include = ["agentops*"] +packages = { find = { include = ["agentops*"] } }