From db884341e878b1d229e71c55fc702544705d9e20 Mon Sep 17 00:00:00 2001 From: Ethanfel Date: Sun, 5 Apr 2026 19:34:30 +0200 Subject: [PATCH] fix: move repository URL to [project.urls] for comfy-cli Co-Authored-By: Claude Sonnet 4.6 --- pyproject.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a117956..9e1c345 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,8 +4,10 @@ description = "ComfyUI nodes for OmniVoice — multilingual zero-shot TTS with v version = "1.0.0" license = "GPL-3.0-only" +[project.urls] +Repository = "https://github.com/ethanfel/ComfyUI-Omnivoice" + [tool.comfy] PublisherId = "ethanfel" DisplayName = "ComfyUI-Omnivoice" Icon = "" -Repository = "https://github.com/ethanfel/ComfyUI-Omnivoice"