mirror of
https://github.com/coqui-ai/TTS.git
synced 2025-12-22 19:29:27 +01:00
Merge branch 'dev' of github.com:mozilla/TTS into dev
This commit is contained in:
4
setup.py
4
setup.py
@@ -63,8 +63,8 @@ setup(
|
||||
url='https://github.com/mozilla/TTS',
|
||||
description='Text to Speech with Deep Learning',
|
||||
license='MPL-2.0',
|
||||
package_dir={'TTS': '.'},
|
||||
packages=['TTS'] + ['TTS.' + pkg for pkg in find_packages()],
|
||||
package_dir={'': 'tts_namespace'},
|
||||
packages=find_packages('tts_namespace'),
|
||||
project_urls={
|
||||
'Documentation': 'https://github.com/mozilla/TTS/wiki',
|
||||
'Tracker': 'https://github.com/mozilla/TTS/issues',
|
||||
|
||||
Reference in New Issue
Block a user