Skip to content

Commit 070dc80

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

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pyModeS"
3-
version = "2.16"
3+
version = "2.17"
44
description = "Python Mode-S and ADS-B Decoder"
55
authors = ["Junzi Sun <[email protected]>"]
66
license = "GNU GPL v3"
@@ -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)