fabelous-math/pyproject.toml

13 lines
313 B
TOML

[build-system]
requires = ["setuptools>=42", "wheel"]
build-backend = "setuptools.build_meta"
[project]
name = "fabelous_math"
version = "0.3.141"
description = "Math functions written in C++ for faster code"
authors = [
{name = "Falko Habel", email = "falko.habel@fabelous.app"}
]
requires-python = ">=3.7"