From 498a6d0d264f3a268053158f02b2be02fa9887c8 Mon Sep 17 00:00:00 2001 From: snomiao Date: Sat, 8 Mar 2025 17:11:34 +0000 Subject: [PATCH] chore(licence-update): Update PyProject Toml - License --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b3774adc..875fdcde 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ name = "comfyui_openvoice" description = "Unofficial implementation of [a/OpenVoice](https://github.com/myshell-ai/OpenVoice) for ComfyUI" version = "1.0.0" -license = "LICENSE" +license = { file = "LICENSE" } dependencies = ["torch", "librosa", "pydub", "faster-whisper", "whisper-timestamped", "inflect", "unidecode", "eng_to_ipa", "pypinyin", "jieba", "cn2an", "wavmark", "huggingface_hub", "soundfile"] [project.urls]