mirror of
https://github.com/index-tts/index-tts.git
synced 2025-11-25 19:37:47 +08:00
chore: Add metadata to pyproject.toml
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user