From 30b5e862ebc63bcf202cbb30d4a822f7a57e3c72 Mon Sep 17 00:00:00 2001 From: eylenburg <84839316+eylenburg@users.noreply.github.com> Date: Mon, 14 Apr 2025 09:50:52 +0100 Subject: [PATCH] Fix License in pyproject.toml --- pyproject.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index e8e76796a..74aa948a9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,8 +14,7 @@ readme = "README.md" keywords = [ "Imaging", ] -license = "MIT-CMU" -license-files = [ "LICENSE" ] +license = { file = "LICENSE" } authors = [ { name = "Jeffrey A. Clark", email = "aclark@aclark.net" }, ]