Skip to content

Commit

Permalink
ci: fix publishing with Markdown README
Browse files Browse the repository at this point in the history
Without it, the following error occurs:
The description failed to render in the default format of reStructuredText. See https://test.pypi.org/help/#description-content-type for more information.
  • Loading branch information
andrzej-stencel committed Jan 11, 2022
1 parent 98bd79f commit c6ab727
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ def readme():
version="4.1.0",
description="A collectd output plugin to send Carbon 2.0-formatted metrics to Sumo Logic.",
long_description=readme(),
long_description_content_type="text/markdown",
url="https://github.com/SumoLogic/sumologic-collectd-plugin",
author="Sumo Logic",
author_email="support@sumologic.com",
Expand Down

0 comments on commit c6ab727

Please sign in to comment.