mirror of
https://github.com/wassname/TTS.git
synced 2026-09-12 12:11:47 +08:00
Merge branch 'dev' of github.com:mozilla/TTS into dev
This commit is contained in:
@@ -62,7 +62,8 @@ setup(
|
|||||||
version=version,
|
version=version,
|
||||||
url='https://github.com/mozilla/TTS',
|
url='https://github.com/mozilla/TTS',
|
||||||
description='Text to Speech with Deep Learning',
|
description='Text to Speech with Deep Learning',
|
||||||
packages=find_packages(),
|
package_dir={'TTS': '.'},
|
||||||
|
packages=['TTS'] + ['TTS.' + pkg for pkg in find_packages()],
|
||||||
cmdclass={
|
cmdclass={
|
||||||
'build_py': build_py,
|
'build_py': build_py,
|
||||||
'develop': develop,
|
'develop': develop,
|
||||||
@@ -79,14 +80,9 @@ setup(
|
|||||||
"flask",
|
"flask",
|
||||||
# "lws",
|
# "lws",
|
||||||
"tqdm",
|
"tqdm",
|
||||||
"phonemizer",
|
|
||||||
"soundfile",
|
"soundfile",
|
||||||
],
|
],
|
||||||
dependency_links=[
|
dependency_links=[
|
||||||
'http://github.com/bootphon/phonemizer/tarball/master#egg=phonemizer'
|
'http://github.com/bootphon/phonemizer/tarball/master#egg=phonemizer'
|
||||||
],
|
],
|
||||||
extras_require={
|
)
|
||||||
"bin": [
|
|
||||||
"requests",
|
|
||||||
],
|
|
||||||
})
|
|
||||||
|
|||||||
Reference in New Issue
Block a user