setup: added 'ais' subfolder
This commit is contained in:
parent
d6bb5800b1
commit
6a4cc7a65d
0
chatmastermind/ais/__init__.py
Normal file
0
chatmastermind/ais/__init__.py
Normal file
4
setup.py
4
setup.py
@ -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",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user