From f919acdec9830e9fb2a34f6e2cea6d846e5bbc74 Mon Sep 17 00:00:00 2001 From: Adria Montoto <75563346+adriamontoto@users.noreply.github.com> Date: Sun, 29 Dec 2024 17:42:53 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9A=20docs:=20correct=20description=20?= =?UTF-8?q?formatting=20in=20pyproject.toml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a9174d6..4bfe22a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ include = ['criteria_pattern/', 'tests/', 'requirements*.txt'] [project] name = 'criteria-pattern' -description = 'The "Criteria Pattern" is a Python package that simplifies and standardizes criteria based filtering, validation and selection.' +description = 'The Criteria Pattern is a Python package that simplifies and standardizes criteria based filtering, validation and selection.' readme = './README.md' authors = [{ name = 'Adria Montoto' }] license = 'MIT'