| [build-system] | |
| requires = ["hatchling"] | |
| build-backend = "hatchling.build" | |
| [project] | |
| name = "pdfsys-parser-mupdf" | |
| version = "0.0.1" | |
| description = "Text-ok backend: PyMuPDF extraction + reading order + Markdown emission." | |
| requires-python = ">=3.11" | |
| dependencies = [ | |
| "pdfsys-core", | |
| "pymupdf>=1.24", | |
| ] | |
| [tool.uv.sources] | |
| pdfsys-core = { workspace = true } | |
| [tool.hatch.build.targets.wheel] | |
| packages = ["src/pdfsys_parser_mupdf"] | |