File size: 322 Bytes
67495fe | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 | [build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[project]
name = "pdfsys-core"
version = "0.0.1"
description = "Shared data contracts (PdfRecord, LayoutDocument, Manifest) for pdfsys."
requires-python = ">=3.11"
dependencies = []
[tool.hatch.build.targets.wheel]
packages = ["src/pdfsys_core"]
|