From de01d0bde2d3125d48493fa3463540e2a1c75c5a Mon Sep 17 00:00:00 2001 From: Christian Ledermann Date: Wed, 9 Oct 2024 21:11:35 +0100 Subject: [PATCH] package description --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d020bbd..538414b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ classifiers = [ "Programming Language :: Python :: 3.13", "Typing :: Typed", ] -description = "Vercheck" +description = "Check the package version gainst a target version" dynamic = [ "version", ]