浏览代码

include hatch build in package (#5278)

Khaleel Al-Adhami 1 周之前
父节点
当前提交
9c51f679fb
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      pyproject.toml

+ 1 - 1
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"]