Skip to content

Commit d232bdb

Browse files
committed
Fix shared object include in dist
1 parent a4677c3 commit d232bdb

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,10 @@ license = "MIT"
77
readme = "README.md"
88
build = "__build__.py"
99
packages = [{ include = "pygerber_gerber_parser_cpp", from = "python" }]
10-
10+
include = [
11+
{ path = "python/pygerber_gerber_parser_cpp/**/*.so", format = "wheel" },
12+
{ path = "python/pygerber_gerber_parser_cpp/**/*.pyd", format = "wheel" },
13+
]
1114
[tool.poetry.dependencies]
1215
python = "^3.8"
1316

0 commit comments

Comments
 (0)