zaphodafier/pyproject.toml

30 lines
533 B
TOML

[tool.poetry]
name = "zaphodafier"
version = "0.1.1"
description = ""
authors = ["Unit <unit@abbiamoundominio.org>"]
license = "GPL-3.0"
packages = [ { include = "zaphodafier", from="src"}]
[tool.poetry.scripts]
zaphodafier = 'zaphodafier.main:main'
[tool.poetry.dependencies]
python = "^3.7"
telepot = "^12.7"
click = "^7.1.1"
[tool.poetry.dev-dependencies]
black = "^19.10b0"
pylint = "^2.4.4"
pdbpp = "^0.10.2"
[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"
[tool.black]
line-length = 120