add catch2 package (#74)

This commit is contained in:
Adeeb Shihadeh
2026-04-25 13:11:59 -07:00
committed by GitHub
parent 9f9bc38a3e
commit 058ed3c076
5 changed files with 76 additions and 0 deletions

16
catch2/pyproject.toml Normal file
View File

@@ -0,0 +1,16 @@
[build-system]
requires = ["setuptools>=64", "wheel"]
build-backend = "setuptools.build_meta"
[project]
name = "catch2"
version = "2.13.10"
description = "Catch2 C++ test framework headers"
requires-python = ">=3.8"
[tool.setuptools.packages.find]
include = ["catch2*"]
exclude = ["catch2-src*"]
[tool.setuptools.package-data]
catch2 = ["install/**/*"]