diff --git a/pyproject.toml b/pyproject.toml index 6950aabd622..464c45d64ae 100644 --- a/pyproject.toml +++ b/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 diff --git a/hatch_build.py b/scripts/hatch_build.py similarity index 100% rename from hatch_build.py rename to scripts/hatch_build.py