TLFi/setup.cfg

23 lines
509 B
INI
Raw Normal View History

2021-11-08 10:57:39 +01:00
[metadata]
name = tlfi
version = 0.0.1
description = TLFi command-line interface
long_description = file: README.md
long_description_content_type = text/markdown
license = GPLv3
author = dece
author-email = shgck@pistache.land
home-page = https://git.dece.space/Dece/TLFi
classifiers =
Environment :: Console
Programming Language :: Python :: 3
[options]
packages = tlfi
python_requires = >= 3.7
setup_requires = setuptools >= 38.3.0
[options.entry_points]
console_scripts =
tlfi = tlfi.__main__:main