ChatMasterMind Application Refactor and Enhancement #8

Merged
juk0de merged 122 commits from restructurings into main 2023-09-12 07:36:07 +02:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 6a4cc7a65d - Show all commits

View File

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(),
packages=find_packages() + ["chatmastermind.ais"],
classifiers=[
"Development Status :: 3 - Alpha",
"Environment :: Console",
@ -32,7 +32,7 @@ setup(
"openai",
"PyYAML",
"argcomplete",
"pytest"
"pytest",
],
python_requires=">=3.9",
test_suite="tests",