27 lines
518 B
INI
Raw Normal View History

2024-12-14 17:32:29 +00:00
[metadata]
name = form
version = 1.0.0
description = REST Form builder and validator.
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 =
requests
2024-12-14 20:45:36 +00:00
app @ git+https://retoor.molodetz.nl/retoor/app
captcha
2024-12-14 17:32:29 +00:00
[options.packages.find]
where = src
[options.entry_points]
console_scripts =
2024-12-14 20:45:36 +00:00
form.serve = form.__main__:main