fix: correct pyproject.toml for registry publish
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:
2026-04-05 19:32:52 +02:00
parent f4697ae88f
commit dfad38a5c3
+2 -1
View File
@@ -2,9 +2,10 @@
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 = { file = "LICENSE" } license = "GPL-3.0-only"
[tool.comfy] [tool.comfy]
PublisherId = "ethanfel" PublisherId = "ethanfel"
DisplayName = "ComfyUI-Omnivoice" DisplayName = "ComfyUI-Omnivoice"
Icon = "" Icon = ""
Repository = "https://github.com/ethanfel/ComfyUI-Omnivoice"