Skip to content

Commit

Permalink
include pyd files to wheel
Browse files Browse the repository at this point in the history
  • Loading branch information
xoolive committed Aug 13, 2023
1 parent 8d9a8df commit 070dc80
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pyModeS"
version = "2.16"
version = "2.17"
description = "Python Mode-S and ADS-B Decoder"
authors = ["Junzi Sun <[email protected]>"]
license = "GNU GPL v3"
Expand All @@ -22,7 +22,8 @@ include = [
"*.pxd",
"*.pyi",
"py.typed",
{ path = "pyModeS/**/*.so", format = "wheel" }
{ path = "pyModeS/**/*.so", format = "wheel" },
{ path = "pyModeS/**/*.pyd", format = "wheel" }
]

[tool.poetry.build]
Expand Down

0 comments on commit 070dc80

Please sign in to comment.