Skip to content

Commit c412cef

Browse files
committed
fix candle_bus module not found
1 parent b2e1b31 commit c412cef

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
@@ -34,7 +34,7 @@ viewer = ["PySide6"]
3434

3535
[tool.setuptools.packages.find]
3636
where = ["."]
37-
include = ["candle"]
37+
include = ["candle", "candle.candle_bus"]
3838
namespaces = false
3939

4040
[tool.setuptools.dynamic]

0 commit comments

Comments
 (0)