From b5d01f5b27303aff67e819b1f694c5a9751bcb16 Mon Sep 17 00:00:00 2001 From: Carl Suster Date: Sat, 18 May 2019 12:33:23 +1000 Subject: [PATCH] Mark long_desc content-type --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 811cdef..26e6ee3 100755 --- a/setup.py +++ b/setup.py @@ -92,6 +92,7 @@ def _read(filename): license='MIT', platforms='ALL', long_description=_read('README.rst'), + long_description_content_type='text/x-rst', py_modules=[ 'mediafile',