Skip to content

Commit 954ad5f

Browse files
committed
docs: update README and pyproject.toml with improved URLs and badges
- Simplifies badge URLs by removing unnecessary `style=flat` parameter - Adds new project URLs in `pyproject.toml` for better navigation and reference
1 parent bfaf16c commit 954ad5f

File tree

2 files changed

+15
-8
lines changed

2 files changed

+15
-8
lines changed

README.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -21,21 +21,21 @@ LLM CLI is a powerful, open-source command-line interface for AI-driven reposito
2121

2222
</div>
2323

24-
[github-release-shield]: https://img.shields.io/github/v/release/liblaf/llm-cli?color=369eff&logo=github&style=flat
24+
[github-release-shield]: https://img.shields.io/github/v/release/liblaf/llm-cli?color=369eff&logo=github
2525
[github-release-link]: https://github.com/liblaf/llm-cli/releases
2626
[github-releasedate-shield]: https://img.shields.io/github/release-date/liblaf/llm-cli?style=flat
2727
[github-releasedate-link]: https://github.com/liblaf/llm-cli/releases
28-
[github-action-ci-shield]: https://img.shields.io/github/actions/workflow/status/liblaf/llm-cli/ci.yml?label=ci&logo=githubactions&logoColor=white&style=flat
29-
[github-action-ci-link]: https://github.com/liblaf/llm-cli/actions/workflows/ci.yml
30-
[github-contributors-shield]: https://img.shields.io/github/contributors/liblaf/llm-cli?color=c4f042&style=flat
28+
[github-action-ci-shield]: https://img.shields.io/github/actions/workflow/status/liblaf/llm-cli/ci.yaml?label=CI&logo=githubactions&logoColor=white
29+
[github-action-ci-link]: https://github.com/liblaf/llm-cli/actions/workflows/ci.yaml
30+
[github-contributors-shield]: https://img.shields.io/github/contributors/liblaf/llm-cli?color=c4f042
3131
[github-contributors-link]: https://github.com/liblaf/llm-cli/graphs/contributors
32-
[github-forks-shield]: https://img.shields.io/github/forks/liblaf/llm-cli?color=8ae8ff&style=flat
32+
[github-forks-shield]: https://img.shields.io/github/forks/liblaf/llm-cli?color=8ae8ff
3333
[github-forks-link]: https://github.com/liblaf/llm-cli/network/members
34-
[github-stars-shield]: https://img.shields.io/github/stars/liblaf/llm-cli?color=ffcb47&style=flat
34+
[github-stars-shield]: https://img.shields.io/github/stars/liblaf/llm-cli?color=ffcb47
3535
[github-stars-link]: https://github.com/liblaf/llm-cli/network/stargazers
36-
[github-issues-shield]: https://img.shields.io/github/issues/liblaf/llm-cli?color=ff80eb&style=flat
36+
[github-issues-shield]: https://img.shields.io/github/issues/liblaf/llm-cli?color=ff80eb
3737
[github-issues-link]: https://github.com/liblaf/llm-cli/issues
38-
[github-license-shield]: https://img.shields.io/github/license/liblaf/llm-cli?color=white&style=flat
38+
[github-license-shield]: https://img.shields.io/github/license/liblaf/llm-cli?color=white
3939
[github-license-link]: https://github.com/liblaf/llm-cli/blob/main/LICENSE
4040

4141
## 📦 Installation

pyproject.toml

+7
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,12 @@ version = "0.0.0"
3232
[project.scripts]
3333
llm-cli = "llm_cli:app"
3434

35+
[project.urls]
36+
"Changelog" = "https://github.com/liblaf/llm-cli/blob/main/CHANGELOG.md"
37+
"Homepage" = "https://github.com/liblaf/llm-cli"
38+
"Issue Tracker" = "https://github.com/liblaf/llm-cli/issues"
39+
"Release Notes" = "https://github.com/liblaf/llm-cli/releases"
40+
"Source Code" = "https://github.com/liblaf/llm-cli"
41+
3542
[tool.hatch.build.targets.wheel]
3643
packages = ["src/llm_cli"]

0 commit comments

Comments
 (0)