From 65bb6fb24ea740495f79bef54569beced6bd2228 Mon Sep 17 00:00:00 2001 From: Jashani Date: Mon, 7 Apr 2025 17:34:10 +0300 Subject: [PATCH] Use SPDX license value --- src/sshkey_tools/__version__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sshkey_tools/__version__.py b/src/sshkey_tools/__version__.py index 9f2e390..a1f26bb 100644 --- a/src/sshkey_tools/__version__.py +++ b/src/sshkey_tools/__version__.py @@ -15,7 +15,7 @@ # Author and license information __author__ = "Lars Scheibling" __author_email__ = "lars@scheibling.se" -__license__ = "GnuPG 3.0" +__license__ = "GPL-3.0-or-later" # URL to the project __url__ = f"https://github.com/scheiblingco/{__title__}"