fix(packaging): include backend modules in distributions
package / wheel (pull_request) Waiting to run

This commit is contained in:
2026-08-26 08:17:25 -05:00
parent 9104c724c4
commit 5f67d19e80
2 changed files with 11 additions and 4 deletions
+2 -1
View File
@@ -95,7 +95,7 @@ skip-excluded-dirs = true
path = "hatch_build.py"
[tool.hatch.build.targets.wheel]
packages = ["synapse", "nexusos_cli"]
packages = ["synapse", "nexusos_cli", "modules"]
[tool.hatch.build.targets.wheel.force-include]
"VERSION" = "synapse/_resources/VERSION"
@@ -112,6 +112,7 @@ include = [
"/data/playbooks",
"/docs",
"/management",
"/modules",
"/nexusos_cli",
"/scripts",
"/synapse",