Fix CI/CD workflow configuration
Some checks failed
CI / test (push) Failing after 34s
CI / build (push) Has been skipped

This commit is contained in:
2026-03-22 16:13:19 +00:00
parent 88725652e4
commit e739b337cd

View File

@@ -40,14 +40,14 @@ dev = [
"pytest-asyncio>=0.23.0",
"mypy>=1.8.0",
"ruff>=0.2.0",
"types-python-dotenv>=1.0.0",
]
[project.scripts]
memory = "memory_manager.cli.main:cli"
[tool.setuptools.packages.find]
where = ["src"]
[tool.setuptools]
packages = ["memory_manager"]
package-dir = {"" = "src"}
[tool.pytest.ini_options]
testpaths = ["tests"]