chore: обновление Poetry до актуальной версии (2.1.3) и правка структуры проекта.
Some checks failed
Lint project / lint (push) Has been cancelled

This commit is contained in:
2025-07-18 16:54:59 +04:00
parent 78cc7e3f54
commit ae14c51b0e
28 changed files with 13 additions and 0 deletions

View File

@ -29,6 +29,9 @@ dependencies = [
requires = ["poetry-core>=2.0.0,<3.0.0"]
build-backend = "poetry.core.masonry.api"
[tool.poetry]
packages = [{include = "lkeep", from = "src"}]
[project.scripts]
app = "lkeep.main:start"