Files
text-table/pyproject.toml
T
2026-02-23 22:42:05 +01:00

10 lines
232 B
TOML

[build-system]
requires = ["setuptools"]
build-backend = "setuptools.build_meta"
[project]
name = "text_table"
version = "0.1.4"
description = "A simple library for creating text tables."
readme = "README.md"
license = "Apache-2.0"