Skip to content

Commit eab776d

Browse files
committed
include pyd files to wheel
1 parent 8d9a8df commit eab776d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ include = [
2222
"*.pxd",
2323
"*.pyi",
2424
"py.typed",
25-
{ path = "pyModeS/**/*.so", format = "wheel" }
25+
{ path = "pyModeS/**/*.so", format = "wheel" },
26+
{ path = "pyModeS/**/*.pyd", format = "wheel" }
2627
]
2728

2829
[tool.poetry.build]

0 commit comments

Comments
 (0)