Skip to content

Commit

Permalink
updated setup.py for long desc
Browse files Browse the repository at this point in the history
  • Loading branch information
mahajanankur committed Oct 18, 2022
1 parent c618336 commit f95ecee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit f95ecee

Please sign in to comment.