From 155793d8310064b863f7e1cf617bcb0d01c5abc4 Mon Sep 17 00:00:00 2001 From: Niels Grewe Date: Sun, 27 Sep 2020 14:36:22 +0200 Subject: [PATCH] chore: fix project description typo --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6dc0cec..9e2fb89 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool.poetry] name = "django-faucet-pipeline" version = "1.0.0" -description = "A Django integration for faucet-pipelines" +description = "A Django integration for faucet-pipeline" authors = ["Niels Grewe "] readme = "README.md" repository = "https://github.com/ngrewe/django-faucet-pipeline"