k I think this works..
Browse files- setup.py +2 -2
- tortoise/models/__init__.py +0 -0
setup.py
CHANGED
@@ -5,8 +5,8 @@ with open("README.md", "r", encoding="utf-8") as fh:
|
|
5 |
|
6 |
setuptools.setup(
|
7 |
name="TorToiSe",
|
8 |
-
packages=
|
9 |
-
version="2.1.
|
10 |
author="James Betker",
|
11 |
author_email="james@adamant.ai",
|
12 |
description="A high quality multi-voice text-to-speech library",
|
|
|
5 |
|
6 |
setuptools.setup(
|
7 |
name="TorToiSe",
|
8 |
+
packages=setuptools.find_packages(),
|
9 |
+
version="2.1.3",
|
10 |
author="James Betker",
|
11 |
author_email="james@adamant.ai",
|
12 |
description="A high quality multi-voice text-to-speech library",
|
tortoise/models/__init__.py
ADDED
File without changes
|