tg/pyproject.toml

21 lines
434 B
TOML
Raw Normal View History

[tool.flit.metadata]
module = "tg"
dist-name = "tg"
description-file = "README.md"
author = "Paul Nameless"
author-email = "paul.nameless@icloud.com"
home-page = 'https://github.com/paul-nameless/tg'
classifiers = [
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.7",
]
requires-python = ">=3.7"
requires = ['python-telegram']
[tool.flit.scripts]
2020-05-04 07:01:24 +00:00
j = "j.main:main"
[tool.black]
line-length = 79