Skip to content

Commit

Permalink
Include data in manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
neonbjb committed May 31, 2022
1 parent 780d2ce commit 48fe328
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
recursive-include tortoise/data *
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
setuptools.setup(
name="TorToiSe",
packages=setuptools.find_packages(),
version="2.4.0",
version="2.4.1",
author="James Betker",
author_email="[email protected]",
description="A high quality multi-voice text-to-speech library",
Expand All @@ -17,6 +17,7 @@
scripts=[
'scripts/tortoise_tts.py',
],
include_package_data=True,
install_requires=[
'tqdm',
'rotary_embedding_torch',
Expand All @@ -35,4 +36,4 @@
"Operating System :: OS Independent",
],
python_requires=">=3.6",
)
)

0 comments on commit 48fe328

Please sign in to comment.