From 004d249307d0857373df6a77bf0295f007622d47 Mon Sep 17 00:00:00 2001 From: Loic Guegan Date: Fri, 27 Oct 2023 14:27:23 +0200 Subject: [PATCH] Minor changes --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9da71a7..a565d86 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,4 +16,4 @@ packages = ["clusterman"] version = {attr = "clusterman.__version__"} [project.scripts] -clman = "clusterman:main" +clusterman = "clusterman:main"