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_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",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user