diff options
| author | Loic Guegan <loic.guegan@mailbox.org> | 2023-10-27 14:27:23 +0200 |
|---|---|---|
| committer | Loic Guegan <loic.guegan@mailbox.org> | 2023-10-27 14:27:23 +0200 |
| commit | 004d249307d0857373df6a77bf0295f007622d47 (patch) | |
| tree | 19e50a9d5638bde16c7243e295157268043999a1 | |
| parent | a97a7c7e3c024e3ab78b14f89f91608daa599c0e (diff) | |
Minor changes
| -rw-r--r-- | pyproject.toml | 2 |
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" |
