From 11ecc5fdeee493ec583a7cd070a3ef2e3449ab2e Mon Sep 17 00:00:00 2001 From: Mark Backman Date: Fri, 16 Jan 2026 12:48:13 -0500 Subject: [PATCH] Update project.urls for PyPI --- pyproject.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4dc92b879..e99ab62bc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,8 +41,11 @@ dependencies = [ ] [project.urls] +Homepage = "https://pipecat.ai" +Documentation = "https://docs.pipecat.ai/" Source = "https://github.com/pipecat-ai/pipecat" -Website = "https://pipecat.ai" +Issues = "https://github.com/pipecat-ai/pipecat/issues" +Changelog = "https://github.com/pipecat-ai/pipecat/blob/main/CHANGELOG.md" [project.optional-dependencies] aic = [ "aic-sdk~=1.2.0" ]