[metadata]
name = app
version = 1.0.0
description = Base application
author = retoor
author_email = retoor@molodetz.nl
license = MIT
long_description = file: README.md
long_description_content_type = text/markdown

[options]
packages = find:
package_dir =
    = src
python_requires = >=3.7
install_requires =
   aiohttp
   dataset 
   ipython

[options.packages.find]
where = src

[options.entry_points]
console_scripts =
    serve = app.__main__:main
    bench = app.cli:cli_bench
    cli = app.cli:main
    repl = app.repl:repl