Nymbo commited on
Commit
38adfad
·
verified ·
1 Parent(s): 0b23dcc

Update setup.py

Browse files
Files changed (1) hide show
  1. setup.py +1 -1
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",