Skip to content

Commit 1aed7f3

Browse files
authored
fix wheel structure in build (#8)
1 parent 7cf3420 commit 1aed7f3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyplot/pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ metadata = false
2424
pattern-prefix = "pyplot-"
2525

2626
[tool.hatch.build.targets.wheel]
27-
packages = ["custom_components"]
27+
only-include = ["custom_components/reflex_pyplot"]
28+
sources = ["custom_components"]
2829

2930
[project.urls]
3031
homepage = "https://reflex.dev"

0 commit comments

Comments
 (0)