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