diff --git a/packages/galax/pyproject.toml b/packages/galax/pyproject.toml index ca7a06aa..0f07dbc4 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 = "_version.py" [tool.hatch.build.targets.sdist] exclude = ["pyproject.toml"]