Files
dependencies/cppcheck/pyproject.toml
github-actions[bot] 0cf4fbec38 update cppcheck shim
2026-05-01 02:20:44 +00:00

24 lines
530 B
TOML

[build-system]
requires = ["setuptools>=64", "wheel", 'tomli; python_version < "3.11"']
build-backend = "setuptools.build_meta"
[project]
name = "cppcheck"
version = "2.16.0"
description = "Cppcheck static analysis tool (pre-built)"
requires-python = ">=3.8"
[project.scripts]
"cppcheck" = "cppcheck:_run"
[tool.setuptools]
packages = ["cppcheck"]
[tool.setuptools.package-data]
cppcheck = ["*.so", "install/**/*"]
[tool.shim]
repo_url = "https://github.com/commaai/dependencies"
tag = "cppcheck/v2.16.0"
datadir = "install"