fix: align pyproject.toml format with working registry publish
Publish to ComfyUI Registry / publish (push) Has been cancelled

- license: use { text = "GPL-3.0-only" } (matches comfy-cli expectation)
- add dependencies = []

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-04-05 19:35:31 +02:00
parent db884341e8
commit 138df3abc4
+2 -1
View File
@@ -2,7 +2,8 @@
name = "comfyui-omnivoice" name = "comfyui-omnivoice"
description = "ComfyUI nodes for OmniVoice — multilingual zero-shot TTS with voice cloning, voice design, EPUB loading, and voice mixing." description = "ComfyUI nodes for OmniVoice — multilingual zero-shot TTS with voice cloning, voice design, EPUB loading, and voice mixing."
version = "1.0.0" version = "1.0.0"
license = "GPL-3.0-only" license = { text = "GPL-3.0-only" }
dependencies = []
[project.urls] [project.urls]
Repository = "https://github.com/ethanfel/ComfyUI-Omnivoice" Repository = "https://github.com/ethanfel/ComfyUI-Omnivoice"