moonlight-triangulation-1.0.1.0: bindings/python/pyproject.toml
[build-system]
requires = ["hatchling>=1.27,<2"]
build-backend = "hatchling.build"
[project]
name = "moonlight-triangulation"
version = "1.0.0"
description = "Python bindings for Moonlight's immutable Delaunay mesh algebra."
requires-python = ">=3.11"
license = { text = "MIT" }
[tool.hatch.build.targets.wheel]
packages = ["src/moonlight_triangulation"]