Skip to content

Commit

Permalink
Added Gemini integration
Browse files Browse the repository at this point in the history
Signed-off-by: Amith Koujalgi <koujalgi.amith@gmail.com>
  • Loading branch information
amithkoujalgi committed Jul 30, 2024
1 parent 06467d1 commit 8bef5ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def get_requirements_to_install():

def get_description() -> str:
__curr_location__ = os.path.realpath(os.path.join(os.getcwd(), os.path.dirname(__file__)))
rst_txt_file_as_str = f'{__curr_location__}/README.rst'
rst_txt_file_as_str = f'{__curr_location__}/README.md'
with open(rst_txt_file_as_str, 'r') as rst_file:
desc = rst_file.read()
return desc
Expand All @@ -44,7 +44,7 @@ def get_version():
version=get_version(),
description='An interactive commandline interface that brings intelligence to your logs.',
long_description=get_description(),
long_description_content_type='text/markdown',
long_description_content_type='text/markdown; charset=UTF-8; variant=GFM',
install_requires=get_requirements_to_install(),
author='Amith Koujalgi',
author_email='koujalgi.amith@gmail.com',
Expand Down

0 comments on commit 8bef5ea

Please sign in to comment.