Update setup.py
Browse files
setup.py
CHANGED
|
@@ -93,7 +93,7 @@ setup(
|
|
| 93 |
# ext_modules=find_cython_extensions(),
|
| 94 |
# package
|
| 95 |
include_package_data=True,
|
| 96 |
-
packages=find_packages(include=["TTS"], exclude=["*.tests", "*tests.*", "tests.*", "*tests", "tests"]),
|
| 97 |
package_data={
|
| 98 |
"TTS": [
|
| 99 |
"VERSION",
|
|
|
|
| 93 |
# ext_modules=find_cython_extensions(),
|
| 94 |
# package
|
| 95 |
include_package_data=True,
|
| 96 |
+
packages=find_packages(include=["TTS", "TTS.*"], exclude=["*.tests", "*tests.*", "tests.*", "*tests", "tests"]),
|
| 97 |
package_data={
|
| 98 |
"TTS": [
|
| 99 |
"VERSION",
|