11 lines
237 B
TOML
11 lines
237 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",
|
||
|
]
|