This commit is contained in:
Bernhard Radermacher
2025-09-21 19:43:16 +02:00
parent f6b9ff6a78
commit 80e30294db
9 changed files with 2340 additions and 0 deletions

10
pyproject.toml Normal file
View File

@@ -0,0 +1,10 @@
[project]
name = "markepub"
version = "0.1.0"
description = "Add your description here"
requires-python = ">=3.13"
dependencies = [
"lxml>=6.0.1",
"pandoc>=2.4",
"pyyaml>=6.0.2",
]