summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLoic Guegan <loic.guegan@mailbox.org>2023-10-27 14:24:14 +0200
committerLoic Guegan <loic.guegan@mailbox.org>2023-10-27 14:24:14 +0200
commita97a7c7e3c024e3ab78b14f89f91608daa599c0e (patch)
treedfca80a43bd2573e5d0abb726428a0f56f30b886
parent28c1833601f433d5b5dee840192a7bb4c3d36f4d (diff)
Minor changes
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
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"