Pārlūkot izejas kodu

include hatch build in package (#5278)

Khaleel Al-Adhami 2 nedēļas atpakaļ
vecāks
revīzija
9c51f679fb
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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"]