Initial commit

This commit is contained in:
2026-02-04 09:32:00 -07:00
commit 0228b3ca4c
4 changed files with 822 additions and 0 deletions

18
pyproject.toml Normal file
View File

@@ -0,0 +1,18 @@
[build-system]
requires = [
"setuptools >= 80.9.0"
]
build-backend = "setuptools.build_meta"
[project]
name = "comic_download_reddit"
version = "1.0.0"
authors = [
{name = "Markil 3", email = "markil3@singlepilot.net"}
]
description = "An addon to the comic_download application that allows for downloading posts from Reddit."
readme = "README.md"
keywords = ["comic", "download", "cbz", "ebook", "reddit"]
dependencies = [
"comic_download",
]