fix: correct pyproject.toml for registry publish
Publish to ComfyUI Registry / publish (push) Has been cancelled
Publish to ComfyUI Registry / publish (push) Has been cancelled
- license: use SPDX identifier GPL-3.0-only instead of file reference - add Repository URL Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
+2
-1
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user