Skip to content

Commit 32080ff

Browse files
committed
update tool build
1 parent 10b9535 commit 32080ff

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,10 +124,13 @@ source = "uv-dynamic-versioning"
124124
fallback-version = "0.0.0dev0"
125125

126126
[tool.hatch.build]
127-
include = ["reflex", "scripts/hatch_build.py"]
127+
include = ["reflex", "scripts/hatch_build.py", "docs"]
128128
targets.sdist.artifacts = ["*.pyi"]
129129
targets.wheel.artifacts = ["*.pyi"]
130130

131+
[tool.hatch.build.force-include]
132+
"docs" = "reflex/docs"
133+
131134
[tool.hatch.build.hooks.custom]
132135
path = "scripts/hatch_build.py"
133136
dependencies = ["plotly", "ruff", "pre_commit", "toml"]

0 commit comments

Comments
 (0)