You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
TLFi/setup.cfg

24 lines
545 B

[metadata]
name = tlfi
version = 0.0.3
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
install_requires = blessings ~= 1.6
[options.entry_points]
console_scripts =
tlfi = tlfi.__main__:main