diff options
author | Romain Gonçalves <me@rgoncalves.se> | 2022-10-03 21:21:59 +0200 |
---|---|---|
committer | Romain Gonçalves <me@rgoncalves.se> | 2022-10-03 21:21:59 +0200 |
commit | dd66bf95742c98e49e664672b229e8fddbdd296d (patch) | |
tree | 55702428579a83140602259707b6fa65149ce8f0 /pyproject.toml | |
parent | 447a74aa4150c44d948be9ee9b4e6a7f924d0738 (diff) | |
download | pydanclick-dd66bf95742c98e49e664672b229e8fddbdd296d.tar.gz |
wip: add lockfile
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" }, |