Fix license in pyproject.toml

This change makes pyproject.toml compliant to PEP-612 w.r.t. license
specification.
pull/131/head
Martijn de Milliano 2026-06-26 17:12:39 +02:00
parent 3c911eeb29
commit 50a29b9b5b
1 changed files with 1 additions and 2 deletions

View File

@ -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",