Skip to content

Commit 9c51f67

Browse files
authored
include hatch build in package (#5278)
1 parent 09c0386 commit 9c51f67

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ requires = ["hatchling"]
6363
build-backend = "hatchling.build"
6464

6565
[tool.hatch.build]
66-
include = ["reflex"]
66+
include = ["reflex", "scripts/hatch_build.py"]
6767

6868
[tool.hatch.build.targets.sdist]
6969
artifacts = ["*.pyi"]

0 commit comments

Comments
 (0)