mirror of
https://github.com/zizmorcore/zizmor.git
synced 2025-12-23 08:47:33 +00:00
17 lines
404 B
TOML
17 lines
404 B
TOML
[build-system]
|
|
requires = ["maturin>=1.0,<2.0"]
|
|
build-backend = "maturin"
|
|
|
|
# NOTE: This section is a stub; needed to prevent
|
|
# `uv run --only-group docs` from failing.
|
|
[project]
|
|
name = "zizmor"
|
|
dynamic = ["version"]
|
|
# Arbitrarily set to the oldest non-EOL Python.
|
|
requires-python = ">=3.9"
|
|
|
|
[tool.maturin]
|
|
bindings = "bin"
|
|
|
|
[dependency-groups]
|
|
docs = ["mkdocs ~= 1.6", "mkdocs-material[imaging] ~= 9.5"]
|