Skip to content

Commit 0e83c57

Browse files
committed
Fix setup.py
* Setup.py needed markdown content type for long description * Add more informative description.
1 parent 22eb3c1 commit 0e83c57

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,9 @@
1111
setup(
1212
name="codecovopentelem",
1313
version="0.0.5",
14-
description="Shared Codecov",
14+
description="Implements Runtime Insights Support for Python Project",
1515
long_description=long_description,
16+
long_description_content_type='text/markdown',
1617
url="https://github.com/codecov/opentelem-python",
1718
author="Codecov",
1819
author_email="[email protected]",

0 commit comments

Comments
 (0)