From 138df3abc4d0eda4136da6891936de5842ac844b Mon Sep 17 00:00:00 2001 From: Ethanfel Date: Sun, 5 Apr 2026 19:35:31 +0200 Subject: [PATCH] fix: align pyproject.toml format with working registry publish - license: use { text = "GPL-3.0-only" } (matches comfy-cli expectation) - add dependencies = [] 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 9e1c345..3f345b7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,8 @@ 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 = "GPL-3.0-only" +license = { text = "GPL-3.0-only" } +dependencies = [] [project.urls] Repository = "https://github.com/ethanfel/ComfyUI-Omnivoice"