Commit f522c67b authored by myhloli's avatar myhloli
Browse files

fix: update project URLs in pyproject.toml for consistency and clarity

parent 707ef452
...@@ -109,8 +109,10 @@ pipeline_old_linux = [ ...@@ -109,8 +109,10 @@ pipeline_old_linux = [
] ]
[project.urls] [project.urls]
Home = "https://mineru.net/" homepage = "https://mineru.net/"
Repository = "https://github.com/opendatalab/MinerU" documentation = "https://opendatalab.github.io/MinerU/"
repository = "https://github.com/opendatalab/MinerU"
issues = "https://github.com/opendatalab/MinerU/issues"
[project.scripts] [project.scripts]
mineru = "mineru.cli:client.main" mineru = "mineru.cli:client.main"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment