Skip to content

Commit

Permalink
Merge pull request #12 from superagentxai/dev
Browse files Browse the repository at this point in the history
updated toml with cli
  • Loading branch information
SyedHabibM authored Nov 11, 2024
2 parents 95a9f88 + e161c7b commit 6559815
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 6559815

Please sign in to comment.