replace urls

pull/10/head
Eren Gölge 2021-03-05 02:50:38 +01:00
parent 0f4f26c66c
commit 6e89a1c0af
1 changed files with 7 additions and 7 deletions

View File

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