Files
makeGraph/pyproject.toml
T
2026-06-02 17:21:46 +10:00

16 lines
339 B
TOML

[project]
name = "makegraph"
version = "0.2.2"
description = "A custom python Matplotlib wrapper"
readme = "README.md"
authors = [
{ name = "Cal Wing", email = "cal@wing.id.au" }
]
requires-python = ">=3.13"
dependencies = [
"matplotlib>=3.10.1",
]
[build-system]
requires = ["uv_build>=0.10.2,<0.11.0"]
build-backend = "uv_build"