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 74a26b8c2f - Show all commits

View File

View File

@ -12,7 +12,7 @@ setup(
long_description=long_description, long_description=long_description,
long_description_content_type="text/markdown", long_description_content_type="text/markdown",
url="https://github.com/ok2/ChatMastermind", url="https://github.com/ok2/ChatMastermind",
packages=find_packages(), packages=find_packages() + ["chatmastermind.ais"],
classifiers=[ classifiers=[
"Development Status :: 3 - Alpha", "Development Status :: 3 - Alpha",
"Environment :: Console", "Environment :: Console",
@ -32,7 +32,7 @@ setup(
"openai", "openai",
"PyYAML", "PyYAML",
"argcomplete", "argcomplete",
"pytest" "pytest",
], ],
python_requires=">=3.9", python_requires=">=3.9",
test_suite="tests", test_suite="tests",