set correct content type for Markdown README

This commit is contained in:
András Veres-Szentkirályi 2019-07-12 21:59:48 +02:00
parent c784e9df15
commit 7b06a5bb48

View file

@ -21,4 +21,5 @@ setup(
'Operating System :: OS Independent',
],
long_description=open('README.md').read(),
long_description_content_type="text/markdown",
)