From ff88312cd6574e040ab123502b75fb90fcc0ee21 Mon Sep 17 00:00:00 2001 From: LuGu <2623587501@qq.com> Date: Thu, 11 Nov 2021 14:41:28 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9PPOCRLabel=E9=85=8D=E7=BD=AE?= =?UTF-8?q?=E6=96=87=E4=BB=B6=E4=B8=AD=E7=9A=84=E4=BB=8B=E7=BB=8D=E5=92=8C?= =?UTF-8?q?python=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- PPOCRLabel/setup.py | 9 ++------- setup.py | 9 +++++++-- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/PPOCRLabel/setup.py b/PPOCRLabel/setup.py index 27c612d7..85a26f7d 100644 --- a/PPOCRLabel/setup.py +++ b/PPOCRLabel/setup.py @@ -36,7 +36,7 @@ setup( version='1.0.0', 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' ], ) \ No newline at end of file diff --git a/setup.py b/setup.py index e5b29e04..7d4d871d 100644 --- a/setup.py +++ b/setup.py @@ -36,7 +36,7 @@ setup( version=VERSION, install_requires=requirements, license='Apache License 2.0', - 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.', + 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', @@ -46,7 +46,12 @@ setup( ], classifiers=[ 'Intended Audience :: Developers', 'Operating System :: OS Independent', - 'Natural Language :: English', + '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', 'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: 3.7', 'Topic :: Utilities' ], ) -- GitLab