Browse Source

move hatch build into scripts (#5232)

Khaleel Al-Adhami 1 week ago
parent
commit
7143b926a3
2 changed files with 1 additions and 0 deletions
  1. 1 0
      pyproject.toml
  2. 0 0
      scripts/hatch_build.py

+ 1 - 0
pyproject.toml

@@ -72,6 +72,7 @@ artifacts = ["*.pyi"]
 artifacts = ["*.pyi"]
 
 [tool.hatch.build.hooks.custom]
+path = "scripts/hatch_build.py"
 dependencies = ["plotly", "ruff"]
 require-runtime-dependencies = true
 

+ 0 - 0
hatch_build.py → scripts/hatch_build.py