From 16e793043b854823ae6be61d36f99d9cf4b579a8 Mon Sep 17 00:00:00 2001 From: vvillait88 Date: Tue, 28 Jul 2026 16:21:38 -0700 Subject: [PATCH] Use the category term in the package description The PyPI description said agent commerce and carried an em-dash; the category is agentic commerce, punctuation now a colon. Co-Authored-By: Claude Fable 5 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 932a3eb..596dcb7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "hatchling.build" [project] name = "agentscore-commerce" version = "2.5.14" -description = "Agent commerce SDK for Python — identity middleware (FastAPI, Flask, Django, AIOHTTP, Sanic, ASGI) + payment helpers + 402 builders + discovery + Stripe multichain. The full merchant-side toolkit for AgentScore-powered agent commerce." +description = "Agentic commerce SDK for Python: identity middleware (FastAPI, Flask, Django, AIOHTTP, Sanic, ASGI) + payment helpers + 402 builders + discovery + Stripe multichain. The full merchant-side toolkit for AgentScore-powered agentic commerce." readme = "README.md" license = "MIT" requires-python = ">=3.11"