From 2b3996c64df5c481a7dd679979f8bdd983aaf3ba Mon Sep 17 00:00:00 2001 From: iclementine Date: Sun, 20 Dec 2020 14:25:56 +0800 Subject: [PATCH] update long description --- setup.py | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b21c8df..ec98868 100644 --- a/setup.py +++ b/setup.py @@ -36,7 +36,13 @@ def find_version(*file_paths): 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 _ and other research +groups. +""" + setup_info = dict( # Metadata