[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"