oxo/setup.cfg

28 lines
448 B
INI

[metadata]
name=oxo
description="A python interface to 0x0.st"
author= "grym"
author_email = "grym@ctrl-c.club"
url="https://tildegit.org/grym/oxo"
[options]
python_requires = >=3.8
packages=find:
install_requires=
httpx>=0.16.1
typer[all]
[options.entry_points]
console_scripts =
oxo = oxo.cli:app
[options.extras_require]
dev =
black>=20.8b1
coverage>=4.5.4
ipython
isort>=4.3.21
pre-commit
pudb
pytest