From 186bf9f33a63a8b41b6aba2dbb6dc5f61425aeca Mon Sep 17 00:00:00 2001 From: WenmuZhou Date: Sun, 23 Aug 2020 16:38:01 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E6=8E=89py2=E7=9A=84=E6=94=AF?= =?UTF-8?q?=E6=8C=81,=E4=BF=AE=E6=AD=A3=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- doc/doc_ch/whl.md | 2 +- doc/doc_en/whl.md | 2 +- setup.py | 5 ----- 3 files changed, 2 insertions(+), 7 deletions(-) diff --git a/doc/doc_ch/whl.md b/doc/doc_ch/whl.md index 94243462..8715276f 100644 --- a/doc/doc_ch/whl.md +++ b/doc/doc_ch/whl.md @@ -12,7 +12,7 @@ pip install paddleocr 本地构建并安装 ```bash python setup.py bdist_wheel -pip install dist/paddleocr-0.0.1-py3-none-any.whl +pip install dist/paddleocr-0.0.3-py3-none-any.whl ``` ### 1. 代码使用 diff --git a/doc/doc_en/whl.md b/doc/doc_en/whl.md index ad2125a4..e073e8e3 100644 --- a/doc/doc_en/whl.md +++ b/doc/doc_en/whl.md @@ -10,7 +10,7 @@ pip install paddleocr build own whl package and install ```bash python setup.py bdist_wheel -pip install dist/paddleocr-0.0.1-py3-none-any.whl +pip install dist/paddleocr-0.0.3-py3-none-any.whl ``` ### 1. Use by code diff --git a/setup.py b/setup.py index 70f748e6..28409139 100644 --- a/setup.py +++ b/setup.py @@ -38,7 +38,6 @@ setup( 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', - author='Baidu PaddlePaddle', url='https://github.com/PaddlePaddle/PaddleOCR', download_url='https://github.com/PaddlePaddle/PaddleOCR.git', keywords=[ @@ -47,10 +46,6 @@ setup( classifiers=[ 'Intended Audience :: Developers', 'Operating System :: OS Independent', 'Natural Language :: Chinese (Simplified)', - 'Programming Language :: Python', 'Programming Language :: Python :: 2', - 'Programming Language :: Python :: 2.5', - 'Programming Language :: Python :: 2.6', - 'Programming Language :: Python :: 2.7', 'Programming Language :: Python :: 3', 'Programming Language :: Python :: 3.2', 'Programming Language :: Python :: 3.3', -- GitLab