From 35885e48252d9d240f9ef85307097b601e345e9a Mon Sep 17 00:00:00 2001 From: alan blount Date: Tue, 1 Jul 2025 14:38:57 -0400 Subject: [PATCH 1/2] chore(pyproject.toml): change license to text `pip show a2a-sdk` was including the whole license file. Changed to just the license name --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 6fbe89230..6eba5dde4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,10 +3,10 @@ name = "a2a-sdk" dynamic = ["version"] description = "A2A Python SDK" readme = "README.md" -license = { file = "LICENSE" } +license = { text = "Apache 2.0" } authors = [{ name = "Google LLC", email = "googleapis-packages@google.com" }] requires-python = ">=3.10" -keywords = ["A2A", "A2A SDK", "A2A Protocol", "Agent2Agent"] +keywords = ["A2A", "A2A SDK", "A2A Protocol", "Agent2Agent", "Agent 2 Agent"] dependencies = [ "fastapi>=0.115.2", "httpx>=0.28.1", From 44a19d2fde549fbf9ae6f368d3bddd9731452fa6 Mon Sep 17 00:00:00 2001 From: Holt Skinner <13262395+holtskinner@users.noreply.github.com> Date: Tue, 1 Jul 2025 14:16:30 -0500 Subject: [PATCH 2/2] Apply suggestions from code review --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6eba5dde4..80223df2c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ name = "a2a-sdk" dynamic = ["version"] description = "A2A Python SDK" readme = "README.md" -license = { text = "Apache 2.0" } +license = "Apache-2.0" authors = [{ name = "Google LLC", email = "googleapis-packages@google.com" }] requires-python = ">=3.10" keywords = ["A2A", "A2A SDK", "A2A Protocol", "Agent2Agent", "Agent 2 Agent"]