From 832747927e43b5b22013a41f4cd49dfae424a211 Mon Sep 17 00:00:00 2001 From: LuGu <2623587501@qq.com> Date: Wed, 10 Nov 2021 16:40:06 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=94=B9PPOCRLabel=E4=BB=8B=E7=BB=8D?= =?UTF-8?q?=E3=80=81=E9=BB=98=E8=AE=A4=E8=AF=AD=E8=A8=80=E3=80=81python?= =?UTF-8?q?=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup.py | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/setup.py b/setup.py index 7d4d871d..e5b29e04 100644 --- a/setup.py +++ b/setup.py @@ -36,7 +36,7 @@ setup( version=VERSION, install_requires=requirements, 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='PPOCRLabel is a semi-automatic graphic annotation tool suitable for OCR field, with built-in PPOCR model to automatically detect and re-recognize data. It is written in python3 and pyqt5, supporting rectangular box annotation and four-point annotation modes. Annotations can be directly used for the training of PPOCR detection and recognition models.', long_description=readme(), long_description_content_type='text/markdown', url='https://github.com/PaddlePaddle/PaddleOCR', @@ -46,12 +46,7 @@ setup( ], classifiers=[ 'Intended Audience :: Developers', 'Operating System :: OS Independent', - 'Natural Language :: Chinese (Simplified)', - 'Programming Language :: Python :: 3', - 'Programming Language :: Python :: 3.2', - 'Programming Language :: Python :: 3.3', - 'Programming Language :: Python :: 3.4', - 'Programming Language :: Python :: 3.5', + 'Natural Language :: English', 'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: 3.7', 'Topic :: Utilities' ], ) -- GitLab