summaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorRomain Gonçalves <me@rgoncalves.se>2022-10-03 21:21:59 +0200
committerRomain Gonçalves <me@rgoncalves.se>2022-10-03 21:21:59 +0200
commitdd66bf95742c98e49e664672b229e8fddbdd296d (patch)
tree55702428579a83140602259707b6fa65149ce8f0 /pyproject.toml
parent447a74aa4150c44d948be9ee9b4e6a7f924d0738 (diff)
downloadpydanclick-dd66bf95742c98e49e664672b229e8fddbdd296d.tar.gz
wip: add lockfile
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
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" },
remember that computers suck.