From 301dcceb58ebe8c52eb6601663eb50b2fc8b189c Mon Sep 17 00:00:00 2001 From: Steven Van Ingelgem Date: Wed, 17 Mar 2021 06:18:49 +0100 Subject: [PATCH] Setting readme content type. --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index da05ae64..6f83df71 100644 --- a/setup.py +++ b/setup.py @@ -10,6 +10,7 @@ license='MIT', description='Pure Python implementation of the Spark RDD interface.', long_description=open('README.rst').read(), + long_description_content_type='text/x-rst', author='pysparkling contributors', url='https://github.com/kbc-opensource/pysparkling',