diff --git a/README.md b/README.md index 299ab30..928bc6a 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ # CLAUTH +[![PyPI Version](https://img.shields.io/pypi/v/clauth.svg)](https://pypi.org/project/clauth/) +[![License](https://img.shields.io/pypi/l/clauth.svg)](https://github.com/khordoo/clauth/blob/main/LICENSE) +[![CI](https://img.shields.io/github/actions/workflow/status/khordoo/clauth/ci.yml?branch=main)](https://github.com/khordoo/clauth/actions/workflows/ci.yml) + **Claude + AWS SSO helper for Bedrock** A Python CLI tool that simplifies setting up Claude Code with AWS Bedrock authentication through AWS SSO. diff --git a/README.release.md b/README.release.md index 9e786bc..b77d38f 100644 --- a/README.release.md +++ b/README.release.md @@ -1,5 +1,9 @@ # CLAUTH +[![PyPI Version](https://img.shields.io/pypi/v/clauth.svg)](https://pypi.org/project/clauth/) +[![License](https://img.shields.io/pypi/l/clauth.svg)](https://github.com/khordoo/clauth/blob/main/LICENSE) +[![CI](https://img.shields.io/github/actions/workflow/status/khordoo/clauth/ci.yml?branch=main)](https://github.com/khordoo/clauth/actions/workflows/ci.yml) + **Claude + AWS SSO helper for Bedrock** A simple CLI tool to launch Claude Code with AWS Bedrock authentication. Supports **AWS SSO** and **direct AWS keys**. diff --git a/pyproject.toml b/pyproject.toml index 9051c46..d7af80d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "clauth" -version = "0.1.5" +version = "0.1.5.post1" description = "Streamlined AWS Bedrock setup for Claude Code - automated SSO, model discovery, and environment configuration" keywords = ["aws", "bedrock", "claude", "ai", "sso", "authentication", "cli", "anthropic", "llm"] readme = { file = "README.release.md", "content-type" = "text/markdown" }