iftypeset/pyproject.toml
codex e92f1c3b93
Some checks are pending
ci / ci (push) Waiting to run
iftypeset: document CI pipeline + Playwright + font contract
2026-01-08 18:10:41 +00:00

15 lines
374 B
TOML

[project]
name = "iftypeset"
version = "0.1.0"
description = "Publication-quality typesetting runtime (Markdown→HTML→PDF) with Chicago/Bringhurst-backed rule registry pointers."
requires-python = ">=3.12,<3.13"
dependencies = [
"pyyaml>=6.0",
"jsonschema>=4.19",
]
[project.scripts]
iftypeset = "iftypeset.cli:main"
[tool.pytest.ini_options]
testpaths = ["tests"]