29 lines
595 B
INI
Raw Normal View History

2024-12-03 16:52:00 +00:00
[metadata]
name = rbabel
version = 1.0.0
description = English sentence corrector
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
yura @ git+https://retoor.molodetz.nl/retoor/yura.git@main
[options.packages.find]
where = src
[options.entry_points]
console_scripts =
rbabel.serve = rbabel.__main__:main
rbabel.bench = rbabel.cli:cli_bench
rbabel = rbabel.cli:main