tg/pyproject.toml
2020-05-04 15:01:24 +08:00

20 lines
434 B
TOML

[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]
j = "j.main:main"
[tool.black]
line-length = 79