From 45b2f1f3eb4d95472ff4a70225e6c61b04da88e3 Mon Sep 17 00:00:00 2001 From: Arcitec <38923130+Arcitec@users.noreply.github.com> Date: Mon, 8 Sep 2025 17:17:59 +0200 Subject: [PATCH] chore: Add metadata to pyproject.toml --- pyproject.toml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index fe693c2..10bcd41 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,9 @@ [project] name = "index-tts" -version = "0.1.0" -description = "Add your description here" +version = "2.0.0" +description = "IndexTTS2: A Breakthrough in Emotionally Expressive and Duration-Controlled Auto-Regressive Zero-Shot Text-to-Speech" +license = "Apache-2.0" +license-files = ["LICEN[CS]E*", "INDEX_MODEL_LICENSE*"] readme = "README.md" requires-python = ">=3.10" dependencies = [ @@ -39,6 +41,10 @@ dependencies = [ "WeTextProcessing; sys_platform == 'linux'", ] +[project.urls] +Homepage = "https://github.com/index-tts/index-tts" +Repository = "https://github.com/index-tts/index-tts.git" + [tool.uv] extra-index-url = ["https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple"] no-build-isolation-package = ["deepspeed"]