32 lines
558 B
INI
Raw Normal View History

2024-12-03 14:16:44 +01:00
[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
2024-12-28 16:21:33 +01:00
aiohttp-jinja2
2024-12-03 14:16:44 +01:00
dataset
2024-12-03 23:25:17 +01:00
ipython
2024-12-20 23:40:57 +01:00
openai
2024-12-03 14:16:44 +01:00
[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