From 50a29b9b5b7eae7d0476dc3d8b4e40e10cc7ca27 Mon Sep 17 00:00:00 2001 From: Martijn de Milliano Date: Fri, 26 Jun 2026 17:12:39 +0200 Subject: [PATCH] Fix license in pyproject.toml This change makes pyproject.toml compliant to PEP-612 w.r.t. license specification. --- pyproject.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 24606f3..7964a96 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,8 +6,7 @@ requires-python = ">=3.10" authors = [ {name = "wolfSSL Inc.", email="info@wolfssl.com"}, ] -license = "GPL-2.0-only OR LicenseRef-WolfSSL" -license-files = ["LICENSING.rst"] +license = {file = "LICENSING.rst"} keywords = ["wolfssl", "wolfcrypt", "security", "cryptography"] classifiers = [ "Operating System :: OS Independent",