mirror of
https://github.com/wassname/TTS.git
synced 2026-09-09 11:16:00 +08:00
more setup.py
This commit is contained in:
@@ -62,8 +62,15 @@ setup(
|
||||
version=version,
|
||||
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()],
|
||||
project_urls={
|
||||
'Documentation': 'https://github.com/mozilla/TTS/wiki',
|
||||
'Tracker': 'https://github.com/mozilla/TTS/issues',
|
||||
'Repository': 'https://github.com/mozilla/TTS',
|
||||
'Discussions': 'https://discourse.mozilla.org/c/tts',
|
||||
},
|
||||
cmdclass={
|
||||
'build_py': build_py,
|
||||
'develop': develop,
|
||||
|
||||
Reference in New Issue
Block a user