From a694d53ac154a27b4a7f578f61cd5518081505db Mon Sep 17 00:00:00 2001 From: Neil Flood Date: Wed, 25 Feb 2026 09:53:02 +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 ef38eff..b064477 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ # [build-system] -requires = ["setuptools>=61.0", "wheel"] +requires = ["setuptools>=77.0.3", "wheel"] build-backend = "setuptools.build_meta" [project] @@ -15,7 +15,7 @@ authors = [ ] description = "Add processing history to a GDAL raster file" readme = "README.md" -license = {text = "MIT License"} +license = "MIT" [project.scripts] historyview = "processinghistory.cmdline.historyview:mainCmd"