Skip to content

Commit d72e890

Browse files
committed
Try
1 parent b8db477 commit d72e890

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

azure-kusto-data/setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
name=PACKAGE_NAME,
2525
version=VERSION,
2626
description="Kusto Data Client",
27+
long_description_content_type="text/markdown",
2728
long_description=open("README.rst", "r").read(),
2829
url="https://github.com/Azure/azure-kusto-python",
2930
author="Microsoft Corporation",

azure-kusto-ingest/setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
name=PACKAGE_NAME,
2525
version=VERSION,
2626
description="Kusto Ingest Client",
27+
long_description_content_type="text/markdown",
2728
long_description=open("README.rst", "r").read(),
2829
license="MIT",
2930
author="Microsoft Corporation",

0 commit comments

Comments
 (0)