Skip to content

Commit bd5080f

Browse files
authored
Fix MESH processor (#1061)
1 parent 8247b3a commit bd5080f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

lambdas/mesh_processor/pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@ version = "0.1.0"
44
description = ""
55
authors = ["Your Name <[email protected]>"]
66
readme = "README.md"
7-
packages = [{include = "src"}]
7+
packages = [
8+
{include = "src"},
9+
{include = "common", from = "../shared/src"}
10+
]
811

912
[tool.poetry.dependencies]
1013
python = "~3.11"

0 commit comments

Comments
 (0)