mirror of
https://github.com/opendatalab/MinerU.git
synced 2026-03-27 11:08:32 +07:00
docs: update badges and project URLs- Update PyPI version badge to use shields.io
- Add project URLs in setup.py for better discoverability - Make consistent changes across README.md and README_zh-CN.md
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
[](https://github.com/opendatalab/MinerU)
|
||||
[](https://github.com/opendatalab/MinerU/issues)
|
||||
[](https://github.com/opendatalab/MinerU/issues)
|
||||
[](https://badge.fury.io/py/magic-pdf)
|
||||
[](https://pypi.org/project/magic-pdf/)
|
||||
[](https://pypi.org/project/magic-pdf/)
|
||||
[](https://pepy.tech/project/magic-pdf)
|
||||
[](https://pepy.tech/project/magic-pdf)
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
[](https://github.com/opendatalab/MinerU)
|
||||
[](https://github.com/opendatalab/MinerU/issues)
|
||||
[](https://github.com/opendatalab/MinerU/issues)
|
||||
[](https://badge.fury.io/py/magic-pdf)
|
||||
[](https://pypi.org/project/magic-pdf/)
|
||||
[](https://pypi.org/project/magic-pdf/)
|
||||
[](https://pepy.tech/project/magic-pdf)
|
||||
[](https://pepy.tech/project/magic-pdf)
|
||||
|
||||
5
setup.py
5
setup.py
@@ -71,7 +71,10 @@ if __name__ == '__main__':
|
||||
description="A practical tool for converting PDF to Markdown", # 简短描述
|
||||
long_description=long_description, # 详细描述
|
||||
long_description_content_type="text/markdown", # 如果README是Markdown格式
|
||||
url="https://github.com/opendatalab/MinerU",
|
||||
project_urls={
|
||||
"Home": "https://mineru.net/",
|
||||
"Repository": "https://github.com/opendatalab/MinerU",
|
||||
},
|
||||
keywords=["magic-pdf, mineru, MinerU, convert, pdf, markdown"],
|
||||
classifiers=[
|
||||
"Programming Language :: Python :: 3.10",
|
||||
|
||||
Reference in New Issue
Block a user