From 7ab9403d7b1e5f848dfa7ada62010356f9b192ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20H=C3=B8xbro=20Hansen?= Date: Mon, 13 May 2024 13:55:13 +0200 Subject: [PATCH] Add hook back in Pyproject.toml --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 60b444c786..22108c701b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -113,6 +113,9 @@ include = ["panel", "scripts", "examples"] [tool.hatch.build.hooks.vcs] version-file = "panel/_version.py" +[tool.hatch.build.hooks.custom] +path = 'hatch_build.py' + [tool.ruff] exclude = [ ".git",