Skip to content

Commit ca6eb9c

Browse files
committed
add pypi
1 parent 5846066 commit ca6eb9c

3 files changed

Lines changed: 5 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
<img src="https://img.shields.io/badge/Python-3.10+-3776AB?style=for-the-badge&logo=python&logoColor=white" alt="Python 3.10+" />
88
<img src="https://img.shields.io/badge/LLM-OpenAI%20compatible-412991?style=for-the-badge" alt="LLM" />
99
<img src="https://img.shields.io/badge/Self--hosted-✓-success?style=for-the-badge" alt="Self-hosted" />
10+
<a href="https://pypi.org/project/edgameclaw/"><img src="https://img.shields.io/pypi/v/edgameclaw.svg?style=for-the-badge&amp;label=PyPI" alt="PyPI version" /></a>
1011
</p>
1112

1213
<p align="center">
@@ -15,6 +16,7 @@
1516
<a href="#quick-start-zh">快速开始</a><br />
1617
<a href="https://ahafrog.com"><strong>ahafrog.com</strong></a> &nbsp;·&nbsp;
1718
<a href="https://github.com/yh2072/edgameclaw">GitHub</a> &nbsp;·&nbsp;
19+
<a href="https://pypi.org/project/edgameclaw/"><strong>PyPI</strong></a> &nbsp;·&nbsp;
1820
<a href="https://openrouter.ai"><strong>OpenRouter</strong></a> &nbsp;·&nbsp;
1921
<a href="#citation">Citation</a> &nbsp;·&nbsp;
2022
<a href="#quick-start">Quick Start</a>

README_PYPI.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
[![License: AGPL-3.0](https://img.shields.io/badge/License-AGPL--3.0-orange)](https://www.gnu.org/licenses/agpl-3.0)
66
[![Python 3.10+](https://img.shields.io/badge/python-3.10+-blue.svg)](https://www.python.org/downloads/)
7+
[![PyPI](https://img.shields.io/pypi/v/edgameclaw.svg)](https://pypi.org/project/edgameclaw/)
8+
[![GitHub](https://img.shields.io/badge/GitHub-yh2072%2Fedgameclaw-181717?logo=github)](https://github.com/yh2072/edgameclaw)
79

810
**Full documentation, demo video, screenshots, and bilingual (English / 中文) guide:**
911
**https://github.com/yh2072/edgameclaw#readme**

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ dependencies = [
2525
[project.urls]
2626
Homepage = "https://github.com/yh2072/edgameclaw"
2727
Repository = "https://github.com/yh2072/edgameclaw"
28+
Documentation = "https://pypi.org/project/edgameclaw/"
2829

2930
[tool.setuptools.packages.find]
3031
where = ["."]

0 commit comments

Comments
 (0)