momegas commited on
Commit
3d169b1
1 Parent(s): e32c7f7

Fix setup FIle

Browse files
Files changed (1) hide show
  1. setup.py +8 -8
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
- "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
 
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