diff --git a/pyproject.toml b/pyproject.toml index 80ebaf1..b220b31 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,12 @@ crewai = [ [tool.setuptools] -packages = ["agentstack"] +packages = [] +package-dir = {"" = "."} + +[tool.setuptools.packages.find] +include = ["agentstack*"] +exclude = ["web*", "tests*", "examples*"] [tool.setuptools.package-data] agentstack = ["templates/**/*"]