From 4f591174755748ae01545cd716b7d05a092d7ab1 Mon Sep 17 00:00:00 2001 From: pomo Date: Fri, 12 Apr 2024 13:10:44 +0200 Subject: [PATCH] chore: correct pyproject license --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 74fdf52..1753e63 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,8 +2,8 @@ name = "nats-jwt" version = "0.0.0" description = "JWT tokens signed using NKeys for Ed25519 for the Python3 ecosystem" -license = "Apache-2.0 license" authors = ["Seznam.cz, a.s. "] +license = "Apache-2.0" readme = "README.md" packages = [{include = "nats_jwt"}]