From fe442653e8a9cd4546a631014dd7a3418b988c14 Mon Sep 17 00:00:00 2001 From: Dimitri Papadopoulos <3234522+DimitriPapadopoulos@users.noreply.github.com> Date: Sat, 27 Sep 2025 17:31:01 +0200 Subject: [PATCH] MAINT: PEP 639 compliance --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 13df3b33374..5ecdbe3e34e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["hatchling", "hatch-vcs"] +requires = ["hatchling>=1.27", "hatch-vcs"] build-backend = "hatchling.build" [project] @@ -7,7 +7,8 @@ name = "niworkflows" dynamic = ["version"] description = "NeuroImaging Workflows provides processing tools for magnetic resonance images of the brain." readme = "README.rst" -license = {file = "LICENSE"} +license = "Apache-2.0" +license-files = ["LICENSE"] requires-python = ">= 3.9" authors = [ { name = "The NiPreps Developers", email = "nipreps@gmail.com" }, @@ -15,7 +16,6 @@ authors = [ classifiers = [ "Development Status :: 4 - Beta", "Intended Audience :: Science/Research", - "License :: OSI Approved :: Apache Software License", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11",