Files
dependencies/catch2/pyproject.toml
github-actions[bot] 7a05367ad5 update catch2 shim
2026-05-01 02:20:43 +00:00

21 lines
480 B
TOML

[build-system]
requires = ["setuptools>=64", "wheel", 'tomli; python_version < "3.11"']
build-backend = "setuptools.build_meta"
[project]
name = "catch2"
version = "2.13.10"
description = "Catch2 C++ test framework headers (pre-built)"
requires-python = ">=3.8"
[tool.setuptools]
packages = ["catch2"]
[tool.setuptools.package-data]
catch2 = ["*.so", "install/**/*"]
[tool.shim]
repo_url = "https://github.com/commaai/dependencies"
tag = "catch2/v2.13.10"
datadir = "install"