Added a namespaced version of the command.

This commit is contained in:
Sleepy Monax 2023-07-02 19:19:42 +02:00 committed by Sleepy Monax
parent 9c6d55ca31
commit b66220f8be

View file

@ -18,6 +18,7 @@ setup(
"console_scripts": [ "console_scripts": [
"ck = cutekit:main", "ck = cutekit:main",
"cutekit = cutekit:main", "cutekit = cutekit:main",
"cute-engineering-cutekit = cutekit:main",
], ],
}, },
license="MIT", license="MIT",