mirror of https://github.com/coqui-ai/TTS.git
replace urls
parent
0f4f26c66c
commit
6e89a1c0af
14
setup.py
14
setup.py
|
@ -95,10 +95,10 @@ exts = [Extension(name='TTS.tts.layers.glow_tts.monotonic_align.core',
|
|||
setup(
|
||||
name='TTS',
|
||||
version=version,
|
||||
url='https://github.com/mozilla/TTS',
|
||||
url='https://github.com/coqui-ai/TTS',
|
||||
author='Eren Gölge',
|
||||
author_email='egolge@mozilla.com',
|
||||
description='Text to Speech with Deep Learning',
|
||||
author_email='egolge@coqui.ai',
|
||||
description='Deep learning for Text to Speech by Coqui.',
|
||||
long_description=README,
|
||||
long_description_content_type="text/markdown",
|
||||
license='MPL-2.0',
|
||||
|
@ -110,10 +110,10 @@ setup(
|
|||
include_package_data=True,
|
||||
packages=find_packages(include=['TTS*']),
|
||||
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',
|
||||
'Documentation': 'https://github.com/coqui-ai/TTS/wiki',
|
||||
'Tracker': 'https://github.com/coqui-ai/TTS/issues',
|
||||
'Repository': 'https://github.com/coqui-ai/TTS',
|
||||
'Discussions': 'https://github.com/coqui-ai/TTS/discussions',
|
||||
},
|
||||
cmdclass={
|
||||
'build_py': build_py,
|
||||
|
|
Loading…
Reference in New Issue