bmath/pyproject.toml

9 lines
183 B
TOML

[project]
name = "bmath"
version = "0.1.0"
description = "Header-Only C++ 23 Math Library"
readme = "readme.md"
requires-python = ">=3.11"
dependencies = [
"pre-commit>=4.3.0",
]