Add: use hatch to build style-bert-vits2 as a library

This commit is contained in:
tsukumi
2024-03-09 18:38:16 +00:00
parent 0a74fe521b
commit a79b1910fb
6 changed files with 98 additions and 5 deletions

View File

@@ -4,7 +4,7 @@ from style_bert_vits2.utils.strenum import StrEnum
# Style-Bert-VITS2 のバージョン
LATEST_VERSION = "2.4"
VERSION = "2.4"
# Style-Bert-VITS2 のベースディレクトリ
BASE_DIR = Path(__file__).parent.parent