mirror of
https://github.com/Emersont1/itchio.git
synced 2026-03-11 08:54:39 +00:00
* Improved error reporting in the login functions * Bumped Version to 1.2.1 * autopep8 action fixes (#27)
23 lines
No EOL
597 B
TOML
23 lines
No EOL
597 B
TOML
[tool.poetry]
|
|
name = "itchiodl"
|
|
version = "1.2.1"
|
|
description = "Python Scripts for downloading / archiving your itchio library"
|
|
authors = ["Peter Taylor <me@et1.uk>"]
|
|
license = "MIT"
|
|
readme = "Readme.md"
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.8"
|
|
requests = "beautifulsoup4"
|
|
beautifulsoup4 = "^4.10.0"
|
|
clint = "^0.5.1"
|
|
|
|
[tool.poetry.dev-dependencies]
|
|
|
|
[build-system]
|
|
requires = ["poetry-core>=1.0.0"]
|
|
build-backend = "poetry.core.masonry.api"
|
|
|
|
[tool.poetry.plugins."console_scripts"]
|
|
"itch-download" = "itchiodl.downloader.__main__:main"
|
|
"itch-load-bundle" = "itchiodl.bundle_tool.__main__:main" |