Skip to content

Commit

Permalink
chore(python): Remove the project urls of whl packages
Browse files Browse the repository at this point in the history
  • Loading branch information
SWHL committed Jul 11, 2024
1 parent 304f773 commit efa113c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 14 deletions.
4 changes: 2 additions & 2 deletions python/setup_onnxruntime.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ def get_readme():
sys.argv = sys.argv[:2]

project_urls = {
"Documentation": "https://rapidai.github.io/RapidOCRDocs/docs/install_usage/rapidocr/usage/",
"Changelog": "https://rapidai.github.io/RapidOCRDocs/docs/changelog/rapidocr/",
"Documentation": "https://rapidai.github.io/RapidOCRDocs",
"Changelog": "https://github.com/RapidAI/RapidOCR/releases",
}

setuptools.setup(
Expand Down
6 changes: 0 additions & 6 deletions python/setup_openvino.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,6 @@ def get_readme():
VERSION_NUM = matched_versions
sys.argv = sys.argv[:2]

project_urls = {
"Documentation": "https://rapidai.github.io/RapidOCRDocs/docs/install_usage/rapidocr/usage/",
"Changelog": "https://rapidai.github.io/RapidOCRDocs/docs/changelog/rapidocr/",
}

setuptools.setup(
name=MODULE_NAME,
version=VERSION_NUM,
Expand All @@ -52,7 +47,6 @@ def get_readme():
author="SWHL",
author_email="[email protected]",
url="https://github.com/RapidAI/RapidOCR",
project_urls=project_urls,
license="Apache-2.0",
include_package_data=True,
install_requires=read_txt("requirements_vino.txt"),
Expand Down
6 changes: 0 additions & 6 deletions python/setup_paddle.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,6 @@ def get_readme():
VERSION_NUM = matched_versions
sys.argv = sys.argv[:2]

project_urls = {
"Documentation": "https://rapidai.github.io/RapidOCRDocs/docs/install_usage/rapidocr_paddle/",
"Changelog": "https://rapidai.github.io/RapidOCRDocs/docs/changelog/rapidocr/",
}

setuptools.setup(
name=MODULE_NAME,
version=VERSION_NUM,
Expand All @@ -55,7 +50,6 @@ def get_readme():
author="SWHL",
author_email="[email protected]",
url="https://github.com/RapidAI/RapidOCR",
project_urls=project_urls,
license="Apache-2.0",
include_package_data=True,
install_requires=read_txt("requirements_paddle.txt"),
Expand Down

0 comments on commit efa113c

Please sign in to comment.