cleantoots/pyproject.toml

27 lines
608 B
TOML
Raw Normal View History

[tool.poetry]
name = "cleantoots"
2019-12-27 19:16:26 +01:00
version = "0.1.5"
description = "Cleanup your toot history."
license = "GPL-3.0-or-later"
authors = ["Gabriel Augendre <gabriel@augendre.info>"]
readme = "README.md"
homepage = "https://github.com/Crocmagnon/cleantoots/tree/master"
keywords = ["mastodon", "toot"]
[tool.poetry.dependencies]
python = "^3.8"
"Mastodon.py" = "^1.5.0"
click = "^7.0"
pendulum = "^2.0.5"
[tool.poetry.dev-dependencies]
pytest = "^5.2"
2019-12-27 18:52:12 +01:00
black = "^19.10b0"
[tool.poetry.scripts]
cleantoots = 'cleantoots.main:cli'
[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"