Skip to content

Commit e8b2f36

Browse files
committed
setup.py: set 'text/x-rst' as the long description content type
Signed-off-by: Tatiana Leon <[email protected]>
1 parent ef0f79d commit e8b2f36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
version=about['__version__'],
4343
description=about['__description__'],
4444
long_description=long_description,
45-
long_description_content_type='text/markdown',
45+
long_description_content_type='text/x-rst',
4646
url=about['__url__'],
4747
author=about['__author__'],
4848
author_email=about['__author_email__'],

0 commit comments

Comments
 (0)