zizmor/pyproject.toml
William Woodruff 05fd75f958
Some checks failed
CI / Lint (push) Has been cancelled
CI / Test (push) Has been cancelled
CI / Test site build (push) Has been cancelled
GitHub Actions Security Analysis with zizmor 🌈 / Run zizmor 🌈 (push) Has been cancelled
zizmor wheel builds for PyPI 🐍 / Build source distribution (push) Has been cancelled
Benchmark baseline / Continuous Benchmarking with Bencher (push) Has been cancelled
zizmor wheel builds for PyPI 🐍 / Build Linux wheels (manylinux) (push) Has been cancelled
zizmor wheel builds for PyPI 🐍 / Build Linux wheels (musllinux) (push) Has been cancelled
zizmor wheel builds for PyPI 🐍 / Build Windows wheels (push) Has been cancelled
zizmor wheel builds for PyPI 🐍 / Build macOS wheels (push) Has been cancelled
Deploy zizmor documentation site 🌐 / Deploy zizmor documentation to GitHub Pages 🌐 (push) Has been cancelled
CI / All tests pass (push) Has been cancelled
zizmor wheel builds for PyPI 🐍 / Release (push) Has been cancelled
fix(pyproject): include readme in dynamic fields (#1113)
2025-08-25 23:27:48 -04:00

19 lines
505 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", "readme"]
# Arbitrarily set to the oldest non-EOL Python.
requires-python = ">=3.9"
[tool.maturin]
bindings = "bin"
manifest-path = "crates/zizmor/Cargo.toml"
[dependency-groups]
docs = ["mkdocs ~= 1.6", "mkdocs-material[imaging] ~= 9.5"]
codegen = ["prance[osv]", "requests", "pyyaml"]