File size: 434 Bytes
67495fe
 
 
 
 
 
 
 
 
 
 
d423504
67495fe
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[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"]