2024-11-27 14:28:30 +00:00
|
|
|
[metadata]
|
2024-12-10 00:35:43 +00:00
|
|
|
name = zhurnal
|
2024-11-27 21:25:22 +00:00
|
|
|
version = 1.4.37
|
2024-11-27 14:28:30 +00:00
|
|
|
description = Web executor and logger
|
|
|
|
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-10 00:35:43 +00:00
|
|
|
app @ git+https://molodetz.nl/retoor/app.git
|
|
|
|
|
2024-11-27 14:28:30 +00:00
|
|
|
[options.packages.find]
|
|
|
|
where = src
|
|
|
|
|
|
|
|
[options.entry_points]
|
|
|
|
console_scripts =
|
|
|
|
zhurnal = zhurnal.app:cli
|