From f95eceeb3972c86a1521bd87cc24582e4ea169cf Mon Sep 17 00:00:00 2001 From: mahajanankur Date: Tue, 18 Oct 2022 13:53:51 +0530 Subject: [PATCH] updated setup.py for long desc --- README.md | 2 +- setup.py | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bb6280f..a1d7904 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Sign up for SearchUnify, before you begin, you need a SearchUnify account. Pleas SDK requires Python 3+ and pip to run. The recommended way to use the SearchUnify SDK for Python in your project is to consume it from PyPI. ```python -pip install su-sdk +pip3 install searchunify ``` ## Execution Initiate SearchUnify Python SDK on Server. Using the SDK, you can route search requests. To start using, initialize the SDK with your URL and API key. diff --git a/setup.py b/setup.py index 4fe7568..b588bea 100644 --- a/setup.py +++ b/setup.py @@ -10,8 +10,9 @@ setup( include_package_data=True, name="searchunify", - version='1.0.4', + version='1.0.5', description='The SearchUnify SDK enables developers to easily work with the SearchUnify platform and build scalable solutions with search, analytics, crawlers and more.', + long_description_content_type='text/markdown', long_description=open('README.md').read(), author='SearchUnify', author_email='ankur.mahajan@grazitti.com',