From ffbf740d69e6b96611e10bb99926ef999afe303a Mon Sep 17 00:00:00 2001 From: pomo Date: Thu, 18 Apr 2024 14:21:15 +0200 Subject: [PATCH] fix: Description --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 62ec0e6..06d19a1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool.poetry] name = "nats-jwt" version = "0.1.0" -description = "JWT tokens signed using NKeys for Ed25519 for the Python3 ecosystem" +description = "NATS JWT tokens signed using NKeys for the Python3 ecosystem" authors = ["Seznam.cz, a.s. "] license = "Apache-2.0" readme = "README.md"