update long description
This commit is contained in:
parent
eb5b43691f
commit
2b3996c64d
8
setup.py
8
setup.py
|
@ -36,7 +36,13 @@ def find_version(*file_paths):
|
||||||
|
|
||||||
|
|
||||||
VERSION = find_version('parakeet', '__init__.py')
|
VERSION = find_version('parakeet', '__init__.py')
|
||||||
long_description = read('README.md')
|
long_description = """Parakeet aims to provide a flexible, efficient and
|
||||||
|
state-of-the-art text-to-speech toolkit for the open-source community. It is
|
||||||
|
built on PaddlePaddle dynamic graph and includes many influential TTS models
|
||||||
|
proposed by `Baidu Research <http://research.baidu.com>_ and other research
|
||||||
|
groups.
|
||||||
|
"""
|
||||||
|
|
||||||
|
|
||||||
setup_info = dict(
|
setup_info = dict(
|
||||||
# Metadata
|
# Metadata
|
||||||
|
|
Loading…
Reference in New Issue