From a827a9d1f7f1282a767420c7ea0bc50d4980d116 Mon Sep 17 00:00:00 2001 From: nstarman Date: Tue, 2 Jul 2024 19:25:17 -0400 Subject: [PATCH] build: vcs file location Signed-off-by: nstarman --- packages/galax/pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/galax/pyproject.toml b/packages/galax/pyproject.toml index ca7a06aa..6f606462 100644 --- a/packages/galax/pyproject.toml +++ b/packages/galax/pyproject.toml @@ -81,8 +81,8 @@ features = ["test"] scripts.test = "pytest {args}" [tool.hatch.build] -directory = "../dist" -hooks.vcs.version-file = "../../src/galax/_version.py" +directory = "../../dist" +# hooks.vcs.version-file = "../../src/galax/_version.py" [tool.hatch.build.targets.sdist] exclude = ["pyproject.toml"]