Fix license in pyproject.toml
This change makes pyproject.toml compliant to PEP-612 w.r.t. license specification.pull/131/head
parent
3c911eeb29
commit
50a29b9b5b
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in New Issue