fix: align pyproject.toml format with working registry publish
Publish to ComfyUI Registry / publish (push) Has been cancelled
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:
+2
-1
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user