Skip to content

Commit 5d15610

Browse files
committed
Fix long description content type
1 parent 68ab674 commit 5d15610

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
use_scm_version=True,
1515
description="",
1616
long_description=long_description,
17-
long_description_content_type='text/markdown',
17+
long_description_content_type='text/x-rst',
1818
author="Oliver Bristow",
1919
author_email='[email protected]',
2020
license='MIT',

0 commit comments

Comments
 (0)