diff --git a/pyproject.toml b/pyproject.toml index db4784e..2b5a785 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ name = "takopi" authors = [{name = "banteg"}] version = "0.5.0.dev0" -description = "Run OpenAI Codex CLI with Telegram as the human-in-the-loop interface." +description = "Telegram bridge for Codex, Claude Code, and other agent CLIs." readme = "readme.md" license = { file = "LICENSE" } requires-python = ">=3.14"