Skip to content

Commit f4912ce

Browse files
authored
Fix content type
1 parent 14fb3ad commit f4912ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ def run(self):
9999
version=about['__version__'],
100100
description=DESCRIPTION,
101101
long_description=long_description,
102-
long_description_content_type='text/x-rst',
102+
long_description_content_type='text/markdown',
103103
author=AUTHOR,
104104
author_email=EMAIL,
105105
python_requires=REQUIRES_PYTHON,
@@ -128,4 +128,4 @@ def run(self):
128128
cmdclass={
129129
'upload': UploadCommand,
130130
},
131-
)
131+
)

0 commit comments

Comments
 (0)