repo: init

This commit is contained in:
2024-11-05 21:25:00 +07:00
commit d1bd261748
8 changed files with 394 additions and 0 deletions

14
pyproject.toml Normal file
View File

@ -0,0 +1,14 @@
[project]
name = "booklooter"
version = "0.1.0"
description = "Loot books from the internet"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"requests",
"pillow>=11.0.0",
]
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"