Преглед изворни кода

Merge pull request #3124 from myhloli/dev

Dev
Xiaomeng Zhao пре 3 месеци
родитељ
комит
f7f351892a
1 измењених фајлова са 4 додато и 2 уклоњено
  1. 4 2
      pyproject.toml

+ 4 - 2
pyproject.toml

@@ -109,8 +109,10 @@ pipeline_old_linux = [
 ]
 
 [project.urls]
-Home = "https://mineru.net/"
-Repository = "https://github.com/opendatalab/MinerU"
+homepage = "https://mineru.net/"
+documentation = "https://opendatalab.github.io/MinerU/"
+repository = "https://github.com/opendatalab/MinerU"
+issues = "https://github.com/opendatalab/MinerU/issues"
 
 [project.scripts]
 mineru = "mineru.cli:client.main"