From 480f7e37d90c67f0efd4bb73eb32b75388b9db30 Mon Sep 17 00:00:00 2001 From: James Betker Date: Tue, 31 May 2022 10:31:50 -0600 Subject: [PATCH] Also include voices in the manifest --- MANIFEST.in | 1 + setup.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/MANIFEST.in b/MANIFEST.in index f80c9cc..d19c969 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1 +1,2 @@ recursive-include tortoise/data * +recursive-include tortoise/voices * diff --git a/setup.py b/setup.py index e8f1952..99bae37 100644 --- a/setup.py +++ b/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.1", + version="2.4.2", author="James Betker", author_email="james@adamant.ai", description="A high quality multi-voice text-to-speech library",