Skip to content

Commit f6605bb

Browse files
committed
fix: add explicit package discovery configuration
1 parent 2d5a8db commit f6605bb

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,9 @@ Issues = "https://github.com/yourusername/self-optimizing-holo-evolution/issues"
5252
Changelog = "https://github.com/yourusername/self-optimizing-holo-evolution/blob/main/CHANGELOG.md"
5353

5454
[tool.setuptools.packages.find]
55+
where = ["."]
5556
include = ["openspace_openhands_evolution*"]
57+
namespaces = false
5658

5759
[tool.pytest.ini_options]
5860
testpaths = ["tests"]

0 commit comments

Comments
 (0)