cmm: splitted commands into separate modules (and more cleanup)

This commit is contained in:
2023-09-08 13:31:01 +02:00
committed by Oleksandr Kozachuk
parent 21d39c6c66
commit 61e710a4b1
8 changed files with 196 additions and 25 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ setup(
long_description=long_description,
long_description_content_type="text/markdown",
url="https://github.com/ok2/ChatMastermind",
packages=find_packages() + ["chatmastermind.ais"],
packages=find_packages() + ["chatmastermind.ais", "chatmastermind.commands"],
classifiers=[
"Development Status :: 3 - Alpha",
"Environment :: Console",