Merge branch 'dev' of github.com:mozilla/TTS into dev

This commit is contained in:
Eren Golge
2019-08-29 15:03:36 +02:00
32 changed files with 107 additions and 75 deletions

View File

@@ -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',