Änderung auf uv

This commit is contained in:
Akamaru
2025-10-23 15:11:32 +02:00
parent d8543fb560
commit 1d29671ed2
18 changed files with 202 additions and 1113 deletions

View File

@@ -1,26 +1,12 @@
[tool.poetry]
[project]
name = "humblebundle-downloader"
version = "0.4.3"
version = "1.0.0"
description = "Download your Humble Bundle library"
authors = ["Eddy Hintze <eddy@gitx.codes>"]
license = "MIT"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"requests",
"parsel",
]
[tool.poetry.urls]
homepage = "https://github.com/xtream1101/humblebundle-downloader"
repository = "https://github.com/xtream1101/humblebundle-downloader"
[tool.poetry.scripts]
hbd = "humblebundle_downloader.cli:cli"
[tool.poetry.dependencies]
python = "^3.10"
requests = "^2.32.3"
parsel = "^1.9.1"
[tool.poetry.group.test.dependencies]
pytest = "^8.3.2"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
[project.scripts]
humblebundle-download = "cli:cli"