From eacb6ec72980c255730ed07479cb98a0163939e6 Mon Sep 17 00:00:00 2001 From: Evgenii Alekseev Date: Sun, 5 Nov 2023 05:17:29 +0200 Subject: [PATCH] build: remove spaces from names --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index dc786818..75a89252 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ check = [ "mypy", "pylint", ] - docs = [ +docs = [ "Sphinx", "argparse-manpage", "pydeps",