25 lines
477 B
INI
Raw Normal View History

2024-12-28 13:25:22 +00:00
[metadata]
2024-12-29 15:46:30 +00:00
name = rwebgui
2024-12-28 13:25:22 +00:00
version = 1.0.0
2024-12-29 15:46:30 +00:00
description = RWebGui
2024-12-28 13:25:22 +00:00
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 =
app @ git+https://retoor.molodetz.nl/retoor/app
[options.packages.find]
where = src
[options.entry_points]
console_scripts =
2024-12-29 15:46:30 +00:00
rwebgui.serve = rwebgui.__main__:main