Skip to content

Commit 3cb2563

Browse files
committed
fix: trim pyproject description to PyPI 512-char Summary limit
Original description was 545 chars (33 over the PyPI Core Metadata Summary cap of 512), causing 400 Bad Request on twine upload. Trimmed internal-facing framing (Wave 1 deferral note, private gateway reference) which doesn't belong in a PyPI Summary anyway. Final length: 428 chars. The retained description still names every primitive surface and the cross-language byte-parity claim against agent-passport-system npm v2.6.0-alpha.0. Published: https://pypi.org/project/agent-passport-system/2.4.0a0/
1 parent 5d829e0 commit 3cb2563

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "hatchling.build"
55
[project]
66
name = "agent-passport-system"
77
version = "2.4.0a0"
8-
description = "Python SDK for the Agent Passport System. Identity, delegation, governance, data source registration, training attribution, per-period attribution settlement, mutual authentication, evidentiary type safety (claim/evidence registry, claim verifier with forbidden-substitution detection, contestation cascade). Cross-language parity with agent-passport-system npm v2.6.0-alpha.0 verified by byte-identical canonical JSON fixtures. Wave 1 accountability primitives in JS SDK; Python port deferred. Product intelligence lives in the private gateway."
8+
description = "Python SDK for the Agent Passport System. Identity, delegation, governance, data source registration, training attribution, per-period attribution settlement, mutual authentication, evidentiary type safety (claim/evidence registry, claim verifier with forbidden-substitution detection, contestation cascade). Cross-language parity with agent-passport-system npm v2.6.0-alpha.0 verified by byte-identical canonical JSON fixtures."
99
readme = "README.md"
1010
license = "Apache-2.0"
1111
requires-python = ">=3.9"

0 commit comments

Comments
 (0)