forked from Mirrors/humblebundle-downloader
13 lines
242 B
TOML
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"
|