Skip to content

Commit d05ae21

Browse files
authored
Merge pull request NousResearch#2098 from JiwaniZakir/minisweagent_path-missing-wheel-2075
Clean fix — adds minisweagent_path to py-modules so it ships in the wheel. Thanks @JiwaniZakir!
2 parents 97326b4 + e0009bf commit d05ae21

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ hermes-agent = "run_agent:main"
9292
hermes-acp = "acp_adapter.entry:main"
9393

9494
[tool.setuptools]
95-
py-modules = ["run_agent", "model_tools", "toolsets", "batch_runner", "trajectory_compressor", "toolset_distributions", "cli", "hermes_constants", "hermes_state", "hermes_time", "mini_swe_runner", "rl_cli", "utils"]
95+
py-modules = ["run_agent", "model_tools", "toolsets", "batch_runner", "trajectory_compressor", "toolset_distributions", "cli", "hermes_constants", "hermes_state", "hermes_time", "mini_swe_runner", "minisweagent_path", "rl_cli", "utils"]
9696

9797
[tool.setuptools.packages.find]
9898
include = ["agent", "tools", "tools.*", "hermes_cli", "gateway", "gateway.*", "cron", "honcho_integration", "acp_adapter"]

0 commit comments

Comments
 (0)