Files
humblebundle-downloader/pyproject.toml
2025-10-23 15:11:32 +02:00

13 lines
242 B
TOML

[project]
name = "humblebundle-downloader"
version = "1.0.0"
description = "Download your Humble Bundle library"
requires-python = ">=3.11"
dependencies = [
"requests",
"parsel",
]
[project.scripts]
humblebundle-download = "cli:cli"