diff --git a/setup.py b/setup.py index 3aa0a1701c23d4d122495a4f8fd11b76e714114e..8aa49bd4cadb2c9908fcad9ba4d6d56f562c38e2 100644 --- a/setup.py +++ b/setup.py @@ -43,7 +43,7 @@ setup( version=VERSION, install_requires=load_requirements(['requirements.txt', 'ppstructure/recovery/requirements.txt']), license='Apache License 2.0', - description='Awesome OCR toolkits based on PaddlePaddle (8.6M ultra-lightweight pre-trained model, support training and deployment among server, mobile, embeded and IoT devices', + description='Awesome OCR toolkits based on PaddlePaddle (8.6M ultra-lightweight pre-trained model, support training and deployment among server, mobile, embeded and IoT devices)', long_description=readme(), long_description_content_type='text/markdown', url='https://github.com/PaddlePaddle/PaddleOCR',