From 8ffcfa82fecbd1be476393104fd028bfe9ea8ca4 Mon Sep 17 00:00:00 2001 From: Dimitri Papadopoulos <3234522+DimitriPapadopoulos@users.noreply.github.com> Date: Sat, 27 Sep 2025 17:38:15 +0200 Subject: [PATCH] MNT: PEP 639 compliance --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index ee6ceb83..1e7a7a25 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["hatchling", "hatch-vcs", "nipreps-versions"] +requires = ["hatchling>=1.27", "hatch-vcs", "nipreps-versions"] build-backend = "hatchling.build" [project] @@ -11,13 +11,13 @@ classifiers = [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Science/Research", "Topic :: Scientific/Engineering :: Image Recognition", - "License :: OSI Approved :: Apache Software License", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.13", ] -license = {file = "LICENSE"} +license = "Apache-2.0" +license-files = ["LICENSE"] requires-python = ">=3.10" dependencies = [ "acres >= 0.2.0",