fix(packaging): include backend modules in distributions
package / wheel (pull_request) Waiting to run
package / wheel (pull_request) Waiting to run
This commit is contained in:
+2
-1
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user