Include data in manifest
This commit is contained in:
parent
780d2ce313
commit
48fe3288fe
1
MANIFEST.in
Normal file
1
MANIFEST.in
Normal file
|
@ -0,0 +1 @@
|
|||
recursive-include tortoise/data *
|
5
setup.py
5
setup.py
|
@ -6,7 +6,7 @@ with open("README.md", "r", encoding="utf-8") as fh:
|
|||
setuptools.setup(
|
||||
name="TorToiSe",
|
||||
packages=setuptools.find_packages(),
|
||||
version="2.4.0",
|
||||
version="2.4.1",
|
||||
author="James Betker",
|
||||
author_email="james@adamant.ai",
|
||||
description="A high quality multi-voice text-to-speech library",
|
||||
|
@ -17,6 +17,7 @@ setuptools.setup(
|
|||
scripts=[
|
||||
'scripts/tortoise_tts.py',
|
||||
],
|
||||
include_package_data=True,
|
||||
install_requires=[
|
||||
'tqdm',
|
||||
'rotary_embedding_torch',
|
||||
|
@ -35,4 +36,4 @@ setuptools.setup(
|
|||
"Operating System :: OS Independent",
|
||||
],
|
||||
python_requires=">=3.6",
|
||||
)
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue
Block a user