Skip to content

Commit

Permalink
📚 docs: correct description formatting in pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
adriamontoto committed Dec 29, 2024
1 parent bfa400f commit f919acd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit f919acd

Please sign in to comment.