Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@ sql = ["sqlalchemy[asyncio,postgresql-asyncpg,aiomysql,aiosqlite]>=2.0.0"]
encryption = ["cryptography>=43.0.0"]

[project.urls]
homepage = "https://a2aproject.github.io/A2A/"
homepage = "https://a2a-protocol.org/"
repository = "https://github.com/a2aproject/a2a-python"
changelog = "https://github.com/a2aproject/a2a-python/blob/main/CHANGELOG.md"
documentation = "https://a2aproject.github.io/A2A/sdk/python/"
documentation = "https://a2a-protocol.org/latest/sdk/python/"
Comment on lines +47 to +50
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

Thanks for updating these URLs. To ensure consistency across the project, please also update the old homepage link in README.md.

On line 14 of README.md, the link https://a2aproject.github.io/A2A should be updated to https://a2a-protocol.org/.


[tool.hatch.build.targets.wheel]
packages = ["src/a2a"]
Expand Down
Loading