openFOAM-RANS-to-GPU/python/pyproject.toml

16 lines
310 B
TOML
Raw Normal View History

2026-07-25 07:09:19 +00:00
[project]
name = "foam-stepper"
version = "0.2.0"
description = "Python-driven OpenFOAM observability stepper"
requires-python = ">=3.12"
dependencies = [
"numpy>=2.0",
]
[build-system]
requires = ["setuptools>=69"]
build-backend = "setuptools.build_meta"
[tool.setuptools.packages.find]
where = ["src"]