From d0805972295fa0674ac09a6830d2c023215fa3d0 Mon Sep 17 00:00:00 2001 From: Brendan <2bndy5@gmail.com> Date: Mon, 24 Mar 2025 22:28:20 -0700 Subject: [PATCH] update license metadata per PEP639 resolves #105 --- pyproject.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 35fb7dc7..af5da1f4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ keywords = [ "RF24Network", "RF24Mesh", ] -license = {text = "GPLv2"} +license = "GPL-2.0-only" authors = [ { name = "Brendan Doherty", email = "2bndy5@gmail.com" }, ] @@ -32,7 +32,6 @@ classifiers = [ # https://pypi.org/pypi?%3Aaction=list_classifiers "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", - "License :: OSI Approved :: GNU General Public License v2 (GPLv2)", "Operating System :: POSIX :: Linux", "Programming Language :: C++", "Programming Language :: Python :: 3",