There was an error while loading. Please reload this page.
1 parent 6d9f653 commit a573237Copy full SHA for a573237
pyproject.toml
@@ -30,7 +30,10 @@ packages = [
30
{ include = "pattern_library" },
31
]
32
include = [
33
- 'pattern_library/static/pattern_library/dist/bundle.js',
+ { path = "pattern_library/static/pattern_library/dist/bundle.js", format = [
34
+ "sdist",
35
+ "wheel",
36
+ ] },
37
38
exclude = [
39
'pattern_library/static/pattern_library/src/**/*',
0 commit comments