Added a namespaced version of the command.
This commit is contained in:
parent
9c6d55ca31
commit
b66220f8be
1 changed files with 1 additions and 0 deletions
1
setup.py
1
setup.py
|
@ -18,6 +18,7 @@ setup(
|
|||
"console_scripts": [
|
||||
"ck = cutekit:main",
|
||||
"cutekit = cutekit:main",
|
||||
"cute-engineering-cutekit = cutekit:main",
|
||||
],
|
||||
},
|
||||
license="MIT",
|
||||
|
|
Loading…
Reference in a new issue