diff options
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index 1744abd..265f392 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool.poetry] name = "pydanclick" version = "0.1.0" -description = "Back and forth serialization with click and pydantic!" +description = "Back-and-forth serialization with click and pydantic!" authors = ["Romain Gonçalves <me@rgoncalves.se>"] packages = [ { include = "pydanclick" }, |