Parcourir la source

include hatch build in package (#5278)

Khaleel Al-Adhami il y a 1 semaine
Parent
commit
9c51f679fb
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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"]