Skip to content

Commit 0551534

Browse files
uipreligaclaude
andauthored
docs: add Website badge and point PyPI Homepage at coder-eval.com (#41)
Add a Website badge to the README next to the existing Docs badge, and repoint the pyproject Homepage URL at the live site so the PyPI sidebar links there instead of the repo (Repository still covers GitHub). Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 8d98b91 commit 0551534

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Coder Eval — evaluate & benchmark AI coding agents and Claude Code skills
22

33
[![PyPI](https://img.shields.io/pypi/v/coder-eval.svg)](https://pypi.org/project/coder-eval/)
4+
[![Website](https://img.shields.io/badge/website-coder--eval.com-1f6feb.svg)](https://coder-eval.com)
45
[![Docs](https://img.shields.io/badge/docs-uipath.github.io%2Fcoder__eval-1f6feb.svg)](https://uipath.github.io/coder_eval/)
56
[![License: Apache 2.0](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](LICENSE)
67
[![Python 3.13+](https://img.shields.io/badge/python-3.13%2B-blue.svg)](https://www.python.org/downloads/)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ dependencies = [
5151
]
5252

5353
[project.urls]
54-
Homepage = "https://github.com/UiPath/coder_eval"
54+
Homepage = "https://coder-eval.com"
5555
Repository = "https://github.com/UiPath/coder_eval"
5656
Documentation = "https://github.com/UiPath/coder_eval/tree/main/docs"
5757
Issues = "https://github.com/UiPath/coder_eval/issues"

0 commit comments

Comments
 (0)