chore: Add metadata to pyproject.toml

This commit is contained in:
Arcitec
2025-09-08 17:17:59 +02:00
parent dcdb0614bf
commit 45b2f1f3eb

View File

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