Skip to content

Commit e572806

Browse files
authored
Merge branch 'main' into sql-support
2 parents d44c30f + abd4ca8 commit e572806

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 = "[email protected]" }]
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)