Bebop/plugins/finger/setup.cfg
2021-06-04 19:05:50 +02:00

19 lines
475 B
INI

[metadata]
name = bebop-browser-finger
version = 0.1.0
description = Finger plugin for the Bebop terminal browser
long_description = file: README.md
license = GPLv3
author = dece
author-email = shgck@pistache.land
home-page = https://git.dece.space/Dece/Bebop
classifiers =
Environment :: Console
Programming Language :: Python :: 3
Programming Language :: Python :: 3.7
[options]
packages = bebop_finger
python_requires = >= 3.7
setup_requires = setuptools >= 38.3.0