From d62b136ecec4ac3165bdb10985e82f9baf38d760 Mon Sep 17 00:00:00 2001 From: Solumilken Date: Fri, 14 Jun 2019 17:45:32 +0800 Subject: [PATCH 1/2] include package data = True --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index a0e3a9b..23ac668 100644 --- a/setup.py +++ b/setup.py @@ -99,6 +99,7 @@ "Programming Language :: Python :: 3.6", "Development Status :: 3 - Alpha", ], + include_package_data=True, ext_modules=ext_modules, python_requires='>=3.5', ) From 6fe98a17ee48b49b8d02055a2b9852e88f89c815 Mon Sep 17 00:00:00 2001 From: Solumilken Date: Fri, 14 Jun 2019 18:08:58 +0800 Subject: [PATCH 2/2] version 1.4.8 --- uttut/__version__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uttut/__version__.py b/uttut/__version__.py index 4b0e5c6..fbc09fb 100644 --- a/uttut/__version__.py +++ b/uttut/__version__.py @@ -1,5 +1,5 @@ __title__ = 'uttut' -__version__ = '1.4.7' +__version__ = '1.4.8' __description__ = 'Yoctol Utterance processing utilities' __license__ = 'MIT' __author__ = 'cph'