We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ffa76f commit 06804f9Copy full SHA for 06804f9
pyproject.toml
@@ -37,6 +37,9 @@ path = "src/reactpy_router/__init__.py"
37
include = ["/src"]
38
artifacts = ["/src/reactpy_router/static/bundle.js"]
39
40
+[tool.hatch.build.targets.wheel]
41
+artifacts = ["/src/reactpy_router/static/bundle.js"]
42
+
43
[tool.hatch.metadata]
44
license-files = { paths = ["LICENSE.md"] }
45
0 commit comments