Update setup.py

This commit is contained in:
Yrom 2025-04-24 10:58:50 +08:00
parent f9e464a35e
commit bfd787eaa6
No known key found for this signature in database
3 changed files with 5 additions and 1 deletions

1
.gitignore vendored
View File

@ -9,3 +9,4 @@ checkpoints/*.vocab
checkpoints/*.model
checkpoints/.cache
outputs/
build/

3
MANIFEST.in Normal file
View File

@ -0,0 +1,3 @@
global-exclude *~ *.py[cod]
include *.cu *.cpp
include *.h *.hpp

View File

@ -6,7 +6,7 @@ from setuptools import find_packages, setup
setup(
name="indextts",
version="0.1.0",
version="0.1.1",
author="Index SpeechTeam",
author_email="xuanwu@bilibili.com",
long_description=open("README.md", encoding="utf8").read(),