diff --git a/README.md b/README.md index 68e4661b..11181367 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ [![Chat](https://img.shields.io/badge/chat-on%20forums-blue)](https://discuss.opendistrocommunity.dev/c/clients/) ![PRs welcome!](https://img.shields.io/badge/PRs-welcome!-success) -![OpenSearch logo](OpenSearch.svg) +![OpenSearch logo](https://github.com/opensearch-project/opensearch-py/raw/main/OpenSearch.svg) OpenSearch Python Client diff --git a/setup.py b/setup.py index b5ae836e..e0b44cb9 100644 --- a/setup.py +++ b/setup.py @@ -70,7 +70,7 @@ setup( license="Apache-2.0", url="https://github.com/opensearch-project/opensearch-py", long_description=long_description, - long_description_content_type="text/x-rst", + long_description_content_type="text/markdown", version=package_version, author="Aleksei Atavin, Denis Zalevskiy, Rushi Agrawal, Shephali Mittal", author_email="axeo@aiven.io, dez@aiven.io, rushi.agr@gmail.com, shephalm@amazon.com",