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"]