From 4e489237e7e1dfa92a641d62df83fe542a979508 Mon Sep 17 00:00:00 2001 From: Bikram Dahal Date: Thu, 23 Mar 2023 17:47:59 +0545 Subject: [PATCH] fixed apikey image and links (#6) --- README.md | 8 +++++--- setup.py | 4 ++-- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index a86ac0e..278386d 100755 --- a/README.md +++ b/README.md @@ -1,11 +1,13 @@ + # Welcome to Docsumo python client documentation! [![Documentation Status](https://readthedocs.org/projects/docsumo/badge/?version=latest)](https://docsumo.readthedocs.io/en/latest/?badge=latest) -For detail: +Check us out at [https://www.docsumo.com/](https://www.docsumo.com/) +To find out about our web app or to get your API key, check out [https://app.docsumo.com/](https://app.docsumo.com/) + - [Here is Documentation](https://docsumo.readthedocs.io/en/latest/index.html) - [Postman Documentation](https://documenter.getpostman.com/view/4263853/S11LtdGN) - # Install ```bash pip3 install docsumo @@ -13,7 +15,7 @@ pip3 install docsumo # Set API KEY from docsumo setting page as env variable `DOCSUMO_API_KEY` or pass apikey parameter in Docsumo class. -![APIKeY](https://i.imgur.com/hmOcaYp.png) +![APIKeY](https://i.imgur.com/hDCh6cU.png) ```bash export DOCSUMO_API_KEY="test" >> ~/.bashrc diff --git a/setup.py b/setup.py index a4c0fd6..9a3b131 100755 --- a/setup.py +++ b/setup.py @@ -5,11 +5,11 @@ setup( name="docsumo", - version="0.5.8", + version="0.5.9", description="Python client for Docsumo", long_description=long_description, long_description_content_type="text/markdown", - url="https://github.com/docsumo/docsumo_python_client", + url="https://www.docsumo.com/", author="Docsumo", author_email="hello@docsumo.com", license="MIT",