Spaces:
Runtime error
Runtime error
Fix setup FIle
Browse files
setup.py
CHANGED
|
@@ -23,14 +23,14 @@ setup(
|
|
| 23 |
long_description=open("README.md").read(),
|
| 24 |
long_description_content_type="text/markdown",
|
| 25 |
url="https://github.com/momegas/megabots",
|
| 26 |
-
keywords
|
| 27 |
-
|
| 28 |
-
|
| 29 |
-
|
| 30 |
-
|
| 31 |
-
|
| 32 |
-
|
| 33 |
-
]
|
| 34 |
license="MIT",
|
| 35 |
classifiers=[
|
| 36 |
# Choose appropriate classifiers from
|
|
|
|
| 23 |
long_description=open("README.md").read(),
|
| 24 |
long_description_content_type="text/markdown",
|
| 25 |
url="https://github.com/momegas/megabots",
|
| 26 |
+
keywords=[
|
| 27 |
+
"bot",
|
| 28 |
+
"qna-bot",
|
| 29 |
+
"information-retrieval",
|
| 30 |
+
"chatbot",
|
| 31 |
+
"question-answering",
|
| 32 |
+
"prompt-engineering",
|
| 33 |
+
],
|
| 34 |
license="MIT",
|
| 35 |
classifiers=[
|
| 36 |
# Choose appropriate classifiers from
|