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) <noreply@anthropic.com>
This commit is contained in:
safishamsi
2026-07-18 22:20:10 +01:00
co-authored by Claude Opus 4.8
parent a30e933c6a
commit 4f9752ceb0
+3 -3
View File
@@ -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