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'