From e161c7bbf3687580c533ab730ce21c8ac52ab17c Mon Sep 17 00:00:00 2001 From: Syed Date: Mon, 11 Nov 2024 16:08:42 +0530 Subject: [PATCH] updated toml with cli --- pyproject.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e28b9ce..d67c62f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,10 @@ homepage = "https://www.superagentx.ai/" repository = "https://github.com/superagentxai/superagentx" documentation = "https://docs.superagentx.ai/" keywords = ["superagentX", "AGI", "Agentic AI", "ASI", "superagentx", "agent", "LLM", "cli"] -include = ["superagentx_cli"] +packages = [ + { include = "superagentx" }, + { include = "superagentx_cli" } +] [tool.poetry.scripts] superagentx-cli = "superagentx_cli.main:app"