diff --git a/pyproject.toml b/pyproject.toml index 464c45d64ae..e2b6a9793c0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -63,7 +63,7 @@ requires = ["hatchling"] build-backend = "hatchling.build" [tool.hatch.build] -include = ["reflex"] +include = ["reflex", "scripts/hatch_build.py"] [tool.hatch.build.targets.sdist] artifacts = ["*.pyi"]