From 4f9752ceb085b4a858fed1e96b75ec81f4708189 Mon Sep 17 00:00:00 2001 From: safishamsi Date: Sat, 18 Jul 2026 22:20:10 +0100 Subject: [PATCH] chore: point project URLs at the canonical Graphify-Labs/graphify repo Homepage/Repository/Issues were stale from the org move (safishamsi/graphify). Aligning them to Graphify-Labs/graphify fixes the PyPI "Issues" link and is a prerequisite for PyPI to mark the Repository link Verified once releases publish via a GitHub trusted publisher. Co-Authored-By: Claude Opus 4.8 (1M context) --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index c22ca2c7..f64ae84f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,9 +43,9 @@ dependencies = [ ] [project.urls] -Homepage = "https://github.com/safishamsi/graphify" -Repository = "https://github.com/safishamsi/graphify" -Issues = "https://github.com/safishamsi/graphify/issues" +Homepage = "https://github.com/Graphify-Labs/graphify" +Repository = "https://github.com/Graphify-Labs/graphify" +Issues = "https://github.com/Graphify-Labs/graphify/issues" [project.optional-dependencies] # starlette is pulled in transitively by mcp, but graphify/serve.py imports it