瀏覽代碼

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"