mirror of
https://github.com/paul-nameless/tg
synced 2024-11-22 11:53:08 +00:00
20 lines
434 B
TOML
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
|
|
|