[project]
name = "zerum"
description = "Deterministic Python code governance: ~75 checks, profiles, Ruff orchestration, remediation prompts"
github_owner = "latentmeta"
github_repo = "zerum"
binary_name = "zerum"
version = "0.5.0"
cargo_manifest = "Cargo.toml"
license = "MIT"
homepage = "https://github.com/latentmeta/zerum"
[org]
homebrew_tap = "latentmeta/homebrew-tap"
pypi_package = "zerum"
[mechanisms]
pypi = true
homebrew = true
github_releases = true
ci = false
install_sh = false
scoop = false
asdf = false
mise = false
setup_action = false
npm = false
hex = false
ruby_gem = false
haskell_cabal = false
[release]
platforms = [
"linux-x86_64",
"linux-aarch64",
"macos-aarch64",
"macos-x86_64",
"windows-x86_64",
]
publish_crates_io = true
publish_sha256sums = true
[paths]
packaging_dir = "packaging"
scripts_dir = "scripts"
workflows_dir = ".github/workflows"
actions_dir = ".github/actions"