fix: update Dockerfile for poetry installation and fix pyproject.toml

This commit is contained in:
2026-03-09 13:39:38 -05:00
parent f3d9e452e2
commit 15c8589826
3 changed files with 13 additions and 6 deletions

View File

@@ -46,4 +46,4 @@ test-cov = "pytest tests/test_agent.py --cov=src.naliiabot.bot.agent --cov-repor
[tool.setuptools.packages.find]
where = ["src"]
include = ["*"]
include = ["naliiabot*", "naliiabotapi*"]