Explorar el Código

Merge pull request #3124 from myhloli/dev

Dev
Xiaomeng Zhao hace 3 meses
padre
commit
f7f351892a
Se han modificado 1 ficheros con 4 adiciones y 2 borrados
  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"