kindle_fetch/pyproject.toml

21 lines
389 B
TOML
Raw Permalink Normal View History

2024-06-08 12:23:22 -04:00
[tool.poetry]
name = "kindle_fetch"
version = "0.1.2"
2024-06-08 12:23:22 -04:00
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'