mirror of
https://github.com/vale981/kindle_fetch
synced 2025-03-04 08:31:38 -05:00
20 lines
389 B
TOML
20 lines
389 B
TOML
[tool.poetry]
|
|
name = "kindle_fetch"
|
|
version = "0.1.2"
|
|
description = ""
|
|
authors = ["Valentin Boettcher <hiro@protagon.space>"]
|
|
license = "GPL3"
|
|
readme = "README.md"
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.11"
|
|
aioimaplib = "^1.0.1"
|
|
|
|
|
|
[build-system]
|
|
requires = ["poetry-core"]
|
|
build-backend = "poetry.core.masonry.api"
|
|
|
|
|
|
[tool.poetry.scripts]
|
|
kindle_fetch = 'kindle_fetch.kindle_fetch:main'
|