diff --git a/setup.py b/setup.py index 1f3be4b4..188a5263 100644 --- a/setup.py +++ b/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,