DocPipe / packages /pdfsys-core /pyproject.toml
pdfsys bootstrap
chore: bootstrap pdfsys workspace with 7 package skeletons
67495fe
raw
history blame contribute delete
322 Bytes
[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"]