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