From 3beabd6cb12267e332de12c6c296c0dba55095fa Mon Sep 17 00:00:00 2001 From: "yangsijia.614" Date: Thu, 9 Jul 2026 15:49:29 +0800 Subject: [PATCH] chore: prepare for pypi release Signed-off-by: yangsijia.614 --- README.md | 6 ++---- pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 3a46c59..13e5d2d 100644 --- a/README.md +++ b/README.md @@ -12,15 +12,13 @@ ArkClaw automation: ## Install -> [!NOTE] -> `arkclaw-python-sdk` has not been published to PyPI yet. The command below -> will become available after the first package release. +Install from PyPI: ```bash pip install arkclaw-python-sdk ``` -For now, install from a source checkout: +Or install from a source checkout: ```bash pip install . diff --git a/pyproject.toml b/pyproject.toml index 5f75548..9f6e3ed 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "arkclaw-python-sdk" -description = "Python SDK and CLI for ArkClaw OpenAPI 2026-05-01." +description = "Python SDK and CLI for the Volcengine ArkClaw, with high-level workflow helpers." readme = "README.md" requires-python = ">=3.9" license = "Apache-2.0"