Skip to content

Commit abd4ca8

Browse files
authored
chore(pyproject.toml): change license to text (#265)
`pip show a2a-sdk` was including the whole license file. Changed to just the license name
1 parent f1b576e commit abd4ca8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ name = "a2a-sdk"
33
dynamic = ["version"]
44
description = "A2A Python SDK"
55
readme = "README.md"
6-
license = { file = "LICENSE" }
6+
license = "Apache-2.0"
77
authors = [{ name = "Google LLC", email = "googleapis-packages@google.com" }]
88
requires-python = ">=3.10"
9-
keywords = ["A2A", "A2A SDK", "A2A Protocol", "Agent2Agent"]
9+
keywords = ["A2A", "A2A SDK", "A2A Protocol", "Agent2Agent", "Agent 2 Agent"]
1010
dependencies = [
1111
"fastapi>=0.115.2",
1212
"httpx>=0.28.1",

0 commit comments

Comments
 (0)