This repository has been archived on 2024-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
Bebop/setup.cfg

23 lines
531 B
INI
Raw Normal View History

2021-05-29 17:17:04 +02:00
[metadata]
name = bebop-browser
2021-05-30 02:25:26 +02:00
version = 0.0.2
2021-05-29 17:17:04 +02:00
description = Terminal browser for Gemini
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, bebop.browser
python_requires = >= 3.7
setup_requires = setuptools >= 38.3.0
[options.entry_points]
console_scripts =
bebop = bebop.__main__:main