tg/pyproject.toml
Paul Nameless cf3f047fe8 Reorganize structure of the project
Release package on PyPi
2019-02-20 19:15:43 +01:00

16 lines
No EOL
401 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"