Initial commit
This commit is contained in:
18
pyproject.toml
Normal file
18
pyproject.toml
Normal 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",
|
||||
]
|
||||
Reference in New Issue
Block a user