diff --git a/Cargo.toml b/Cargo.toml index cde9f4f..921453e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "code2prompt" version = "1.0.0" authors = ["Mufeed VH "] description = "A command-line (CLI) tool to generate an LLM prompt from codebases of any size, fast." -keywords = ["cli", "code", "prompt", "llm", "chatgpt", "gpt", "ai", "development"] +keywords = ["code", "prompt", "llm", "gpt", "ai"] categories = ["command-line-utilities", "development-tools"] homepage = "https://github.com/mufeedvh/code2prompt" documentation = "https://github.com/mufeedvh/code2prompt"