fix: use proper setuptools packages.find for PEP 621 compatibility
Some checks failed
CI / test (push) Failing after 13s
CI / build (push) Has been skipped

This commit is contained in:
2026-03-22 16:31:35 +00:00
parent fced04c1a6
commit bc2f83dfc0

View File

@@ -45,9 +45,8 @@ dev = [
[project.scripts] [project.scripts]
memory = "memory_manager.cli.main:cli" memory = "memory_manager.cli.main:cli"
[tool.setuptools] [tool.setuptools.packages.find]
packages = ["memory_manager"] where = ["src"]
package-dir = {"" = "src"}
[tool.pytest.ini_options] [tool.pytest.ini_options]
testpaths = ["tests"] testpaths = ["tests"]