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"