From b66220f8be62060bcdef52610741bcf9190e800d Mon Sep 17 00:00:00 2001 From: VAN BOSSUYT Nicolas Date: Sun, 2 Jul 2023 19:19:42 +0200 Subject: [PATCH] Added a namespaced version of the command. --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 50e48af..89083e9 100644 --- a/setup.py +++ b/setup.py @@ -18,6 +18,7 @@ setup( "console_scripts": [ "ck = cutekit:main", "cutekit = cutekit:main", + "cute-engineering-cutekit = cutekit:main", ], }, license="MIT",