Skip to content

Commit 12f60b5

Browse files
committed
chore: update PyPI package name
- update PyPI package name to gradient-chat-client - update installation line in docs
1 parent e87c084 commit 12f60b5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ python3 -m venv venv
1717
source venv/bin/activate # Linux/macOS
1818
venv\Scripts\activate # Windows
1919

20-
pip install gradient-chat
20+
pip install gradient-chat-client
2121
```
2222
Or if you want to install the latest development version:
2323
```bash

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ requires = ["setuptools>=61.0", "wheel"]
33
build-backend = "setuptools.build_meta"
44

55
[project]
6-
name = "gradient-chat"
6+
name = "gradient-chat-client"
77
version = "0.1.0"
88
description = "Unofficial Python client for Gradient Chat (supports gpt-oss-120b and qwen3-235b)"
99
authors = [

0 commit comments

Comments
 (0)