pyWebLayout/pyproject.toml
Duncan Tourolle b21a03c0f6
Some checks failed
Python CI / test (push) Failing after 26s
added dependency
2025-06-07 15:22:25 +02:00

20 lines
430 B
TOML

[build-system]
requires = ["setuptools>=42", "wheel"]
build-backend = "setuptools.build_meta"
[project]
name = "pyWebLayout"
description = "A Python library for HTML-like layout and rendering"
readme = "README.md"
requires-python = ">=3.6"
license = {file = "LICENSE"}
authors = [
{name = "Duncan Tourolle", email = "duncan@tourolle.paris"}
]
dynamic = ["version"]
dependencies = [
"Pillow",
"numpy",
"pyphen",
]