arigram/pyproject.toml
Ari Archer 3515ceebd6
1.7.0 : version bump
Signed-off-by: Ari Archer <ari.web.xyz@gmail.com>
2023-03-06 16:11:24 +02:00

31 lines
703 B
TOML

[tool.poetry]
name = "arigram"
version = "0.1.7"
description = "A fork of tg -- a hackable telegram TUI client"
authors = ["TruncatedDinosour <ari.web.xyz@gmail.com>"]
license = "Unlicense"
readme = "README.md"
homepage = "https://github.com/TruncatedDinosour/arigram"
repository = "https://github.com/TruncatedDinosour/arigram"
[tool.poetry.dependencies]
python = "^3.10"
python-telegram = "^0.17.0"
pyfzf = "^0.2.2"
pyperclip = "^1.8.2"
[tool.poetry.scripts]
arigram = "arigram.__main__:main"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"
[tool.black]
line-length = 79
[tool.isort]
line_length = 79
multi_line_output = 3
include_trailing_comma = true