Skip to content

Commit 4ca0eeb

Browse files
author
Arman Zholmyrzayev
authored
fix README rendering error
Fix for "HTTPError: 400 Client Error: The description failed to render in the default format of reStructuredText"
1 parent 0621971 commit 4ca0eeb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ def read_file(fname):
2525
version=version,
2626
description='Agent for Reporting results of tests to the Report Portal',
2727
long_description=read_file('README.rst'),
28+
long_description_content_type='text/markdown',
2829
author='Pavel Papou',
2930
author_email='[email protected]',
3031
url='https://github.com/reportportal/agent-python-pytest',

0 commit comments

Comments
 (0)