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