Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
TheGenocides authored Jul 1, 2021
1 parent 2816ced commit 46b0792
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
setup(
name='holybooks',
version='0.1.2',
description='An Api Wrapper for extracting info from: quran api and bible api. I didn\'t made the document for this so for now read the file in my github(https://github.com/TheGenocides/holybooks) to find all functions there. I will add more holybooks in the future!',
url='https://github.com/TheGenocides/holybooks',
description='An Api Wrapper for extracting info from: quran api and bible api.',
long_description=long_description,
long_description_content_type = 'text/markdown',
author='TheGenocide',
Expand All @@ -24,4 +25,4 @@
keywords=['holybooks', 'holybook', 'scripture', 'kitab', 'quran', 'bible', 'torah'],
packages=find_packages(),
install_requires=['requests', 'aiohttp']
)
)

0 comments on commit 46b0792

Please sign in to comment.