From db88911cc8f651aaf9e75441c09bb3a325255d75 Mon Sep 17 00:00:00 2001 From: jreadey Date: Mon, 28 Aug 2023 16:28:39 +0200 Subject: [PATCH] updated software license --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 8b526a15..a4281d1c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,9 +11,9 @@ authors = [ {name = "John Readey", email = "jreadey@hdfgroup.org"}, ] maintainers = [ - {name = "John Readey", email = "jradey@hdfgroup.org"}, + {name = "John Readey", email = "jreadey@hdfgroup.org"}, ] -license = {text = "Apache V2"} +license = {text = "OSI Approved :: Apache Software License"} classifiers = [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers",