From e1573af0997e07530a3ea2ed2f0608aa09921550 Mon Sep 17 00:00:00 2001 From: Tom Close Date: Mon, 6 Nov 2023 14:43:32 +1100 Subject: [PATCH] fixed up root vcs reference --- fileformats/medimage-freesurfer-extras/pyproject.toml | 2 +- fileformats/medimage-freesurfer/pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/fileformats/medimage-freesurfer-extras/pyproject.toml b/fileformats/medimage-freesurfer-extras/pyproject.toml index 1c28130..6eb14a4 100644 --- a/fileformats/medimage-freesurfer-extras/pyproject.toml +++ b/fileformats/medimage-freesurfer-extras/pyproject.toml @@ -62,7 +62,7 @@ repository = "https://github.com/nipype/pydra-freesurfer" [tool.hatch.version] source = "vcs" -raw-options = { root = ".." } +raw-options = { root = "../.." } [tool.hatch.build.hooks.vcs] version-file = "fileformats/extras/medimage_freesurfer/_version.py" diff --git a/fileformats/medimage-freesurfer/pyproject.toml b/fileformats/medimage-freesurfer/pyproject.toml index 2cd17d0..d118b79 100644 --- a/fileformats/medimage-freesurfer/pyproject.toml +++ b/fileformats/medimage-freesurfer/pyproject.toml @@ -57,7 +57,7 @@ repository = "https://github.com/nipype/pydra-freesurfer" [tool.hatch.version] source = "vcs" -raw-options = { root = ".." } +raw-options = { root = "../.." } [tool.hatch.build.hooks.vcs] version-file = "fileformats/medimage_freesurfer/_version.py"