Rename the script to cmm and fix installation

This commit is contained in:
Oleksandr Kozachuk
2023-04-07 15:42:24 +02:00
parent a9dbf87a76
commit 0470109434
5 changed files with 65 additions and 67 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ setup(
test_suite="tests",
entry_points={
"console_scripts": [
"chatmastermind=chatmastermind.main:main",
"cmm=chatmastermind.main:main",
],
},
)