mirror of
https://github.com/safishamsi/graphify.git
synced 2026-09-23 05:55:54 +00:00
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:
co-authored by
Claude Opus 4.8
parent
a30e933c6a
commit
4f9752ceb0
+3
-3
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user