packages feed

moonlight-triangulation-1.3.0.0: bindings/python/pyproject.toml

[build-system]
requires = ["hatchling>=1.27,<2"]
build-backend = "hatchling.build"

[project]
name = "moonlight-triangulation"
version = "2.0.0"
description = "Python bindings for Moonlight exact regions and immutable Delaunay meshes."
requires-python = ">=3.11"
license = { text = "MIT" }

[tool.hatch.build.targets.wheel]
packages = ["src/moonlight_triangulation"]