Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
wangsen
MinerU
Commits
fe310bc7
Commit
fe310bc7
authored
Jun 12, 2025
by
myhloli
Browse files
feat: simplify package data inclusion in pyproject.toml
parent
a81f5d3f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
pyproject.toml
pyproject.toml
+1
-1
No files found.
pyproject.toml
View file @
fe310bc7
...
@@ -101,7 +101,7 @@ mineru-models-download = "mineru.cli.models_download:download_models"
...
@@ -101,7 +101,7 @@ mineru-models-download = "mineru.cli.models_download:download_models"
version
=
{
attr
=
"mineru.version.__version__"
}
version
=
{
attr
=
"mineru.version.__version__"
}
[tool.setuptools.packages.find]
[tool.setuptools.packages.find]
include
=
[
"mineru*"
,
"mineru/resources"
,
"mineru/model/ocr/paddleocr2pytorch/pytorchocr/utils/resources"
]
include
=
["mineru*"]
namespaces
=
false
namespaces
=
false
[tool.setuptools.package-data]
[tool.setuptools.package-data]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment