From dfad38a5c30bb95f5c7dd9757f3ed583b8d6ed28 Mon Sep 17 00:00:00 2001 From: Ethanfel Date: Sun, 5 Apr 2026 19:32:52 +0200 Subject: [PATCH] fix: correct pyproject.toml for registry publish - license: use SPDX identifier GPL-3.0-only instead of file reference - add Repository URL Co-Authored-By: Claude Sonnet 4.6 --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e4d28ab..a117956 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,9 +2,10 @@ name = "comfyui-omnivoice" description = "ComfyUI nodes for OmniVoice — multilingual zero-shot TTS with voice cloning, voice design, EPUB loading, and voice mixing." version = "1.0.0" -license = { file = "LICENSE" } +license = "GPL-3.0-only" [tool.comfy] PublisherId = "ethanfel" DisplayName = "ComfyUI-Omnivoice" Icon = "" +Repository = "https://github.com/ethanfel/ComfyUI-Omnivoice"