Explorar el Código

fix: update package path for PaddleOCR utilities in pyproject.toml

myhloli hace 3 semanas
padre
commit
9688f73046
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      pyproject.toml

+ 1 - 1
pyproject.toml

@@ -115,7 +115,7 @@ namespaces = false
 
 [tool.setuptools.package-data]
 "mineru" = ["resources/**"]
-"mineru.model.ocr.paddleocr2pytorch.pytorchocr.utils" = ["resources/**"]
+"mineru.model.utils.pytorchocr.utils" = ["resources/**"]
 
 [tool.setuptools]
 include-package-data = true