publish/pyproject.toml

12 lines
261 B
TOML

[project]
name = "publish"
version = "0.1.0"
description = "A tool to generate html and gmi static websites from markdown files"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"markdown>=3.7",
"pyyml>=0.0.2",
"unidecode>=1.3.8",
]