feat: add initial project structure with core application scaffolding

This commit is contained in:
2024-11-27 14:28:30 +00:00
commit 8265ede65c
24 changed files with 429 additions and 0 deletions
+24
View File
@@ -0,0 +1,24 @@
[metadata]
name = Zhurnal
version = 1.3.37
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
[options.packages.find]
where = src
[options.entry_points]
console_scripts =
zhurnal = zhurnal.app:cli