Skip to content

Commit a573237

Browse files
committed
Fix include pattern for Poetry v2+
1 parent 6d9f653 commit a573237

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
@@ -30,7 +30,10 @@ packages = [
3030
{ include = "pattern_library" },
3131
]
3232
include = [
33-
'pattern_library/static/pattern_library/dist/bundle.js',
33+
{ path = "pattern_library/static/pattern_library/dist/bundle.js", format = [
34+
"sdist",
35+
"wheel",
36+
] },
3437
]
3538
exclude = [
3639
'pattern_library/static/pattern_library/src/**/*',

0 commit comments

Comments
 (0)