mirror of
https://github.com/wassname/TTS.git
synced 2026-09-10 11:50:20 +08:00
replace urls
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user