diff --git a/pyproject.toml b/pyproject.toml index 98f01fd..4093a59 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,6 +26,9 @@ test = [ [project.scripts] aetheel = "cli:cli" -[tool.setuptools.packages.find] -include = ["agent*", "adapters*", "memory*", "skills*", "scheduler*", "heartbeat*", "hooks*", "webhooks*"] -exclude = ["tests*", "archive*", "inspiration*"] +[build-system] +requires = ["hatchling"] +build-backend = "hatchling.build" + +[tool.hatch.build.targets.wheel] +packages = ["."]