From 5b4b7e34daa5bc2b2d560c49e1ac4e7758d17586 Mon Sep 17 00:00:00 2001 From: Neil Flood Date: Wed, 25 Feb 2026 09:45:55 +1000 Subject: [PATCH] New pyproject license spec format --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 74ec30c..3940293 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ # [build-system] -requires = ["setuptools>=61.0", "wheel", "numpy"] +requires = ["setuptools>=77.0.3", "wheel", "numpy"] build-backend = "setuptools.build_meta" [project] @@ -22,7 +22,7 @@ authors = [ ] description = "Implement the Fmask cloud masking algorithm (Zhu, Wang & Woodcock 2015)" readme = "README.md" -license = {file = "LICENSE.txt"} +license = "GPL-3.0-or-later" [project.scripts] fmask_sentinel2makeAnglesImage = "fmask.cmdline.sentinel2makeAnglesImage:mainRoutine"