We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d5a8db commit f6605bbCopy full SHA for f6605bb
1 file changed
pyproject.toml
@@ -52,7 +52,9 @@ Issues = "https://github.com/yourusername/self-optimizing-holo-evolution/issues"
52
Changelog = "https://github.com/yourusername/self-optimizing-holo-evolution/blob/main/CHANGELOG.md"
53
54
[tool.setuptools.packages.find]
55
+where = ["."]
56
include = ["openspace_openhands_evolution*"]
57
+namespaces = false
58
59
[tool.pytest.ini_options]
60
testpaths = ["tests"]
0 commit comments