Skip to content

Commit a4985c7

Browse files
committed
[poetry] Fix include files missing in wheel
1 parent 8ffaba4 commit a4985c7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ packages = [
1010
{ include = "uf2tool" },
1111
]
1212
include = [
13-
"ltchiptool/platform.json",
14-
"ltchiptool/families.json",
15-
"ltchiptool/boards/*",
16-
"ltchiptool/boards/**/*",
13+
{ path = "ltchiptool/platform.json", format = ["sdist", "wheel"] },
14+
{ path = "ltchiptool/families.json", format = ["sdist", "wheel"] },
15+
{ path = "ltchiptool/boards/*", format = ["sdist", "wheel"] },
16+
{ path = "ltchiptool/boards/**/*", format = ["sdist", "wheel"] } ,
1717
]
1818
readme = "README.md"
1919

0 commit comments

Comments
 (0)