From c4934749626f15d3657395a292859dbc7acaeb6d Mon Sep 17 00:00:00 2001 From: Chris Markiewicz Date: Wed, 4 Jan 2023 13:34:28 -0500 Subject: [PATCH] MNT: Switch to nipreps-calver version scheme --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 078e153db..857eeb252 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["hatchling", "hatch-vcs"] +requires = ["hatchling", "hatch-vcs", "nipreps-versions"] build-backend = "hatchling.build" [project] @@ -104,6 +104,7 @@ exclude = [ [tool.hatch.version] source = "vcs" +raw-options = { version_scheme = "nipreps-calver" } [tool.hatch.build.hooks.vcs] version-file = "fmriprep/_version.py"