From 90dcb2b5821062dad5427ced6b6c25d2b278e146 Mon Sep 17 00:00:00 2001 From: Oskar Maier Date: Thu, 14 Feb 2019 18:05:13 +0100 Subject: [PATCH] Correct readme mime type for pypi. --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 6a8695b0..60ff667b 100755 --- a/setup.py +++ b/setup.py @@ -109,6 +109,7 @@ def run_setup(with_compilation): license='LICENSE.txt', keywords='medical image processing dicom itk insight tool kit MRI CT US graph cut max-flow min-cut', long_description=read('README_PYPI.md'), + long_description_content_type='text/markdown', classifiers=[ 'Development Status :: 5 - Production/Stable',