Skip to content

Commit 8e2caac

Browse files
committed
Fix long_description_content_type in setup.py
1 parent 30347c7 commit 8e2caac

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
@@ -13,7 +13,7 @@
1313

1414
setup(
1515
long_description=long_desc,
16-
long_description_content_type='rst',
16+
long_description_content_type='text/x-rst',
1717
version=versioneer.get_version(),
1818
cmdclass=versioneer.get_cmdclass(),
1919
)

0 commit comments

Comments
 (0)