Initial commit.

This commit is contained in:
2025-12-21 23:48:01 +01:00
commit 16c71a2c59
6 changed files with 645 additions and 0 deletions

10
pyproject.toml Normal file
View File

@ -0,0 +1,10 @@
[project]
name = "mangalib-epub-dumper"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"ebooklib>=0.20",
"pydantic>=2.12.5",
]