From ca59ea15cc0b85cae77021089e8bf6b82922d8ef Mon Sep 17 00:00:00 2001 From: Simon Albinsson Date: Sun, 22 Apr 2018 20:07:26 +0000 Subject: [PATCH] setup.py: adds long_description_content_type Hope fully this will fix Readme rendering issue on pypi --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 870a3b5..f7935e0 100644 --- a/setup.py +++ b/setup.py @@ -13,6 +13,7 @@ setup( description='Library for reading data from the sensiron SGP30', version='0.1.0', long_description=readme, + long_description_content_type='text/markdown', author='Simon Albinsson', author_email='pipmon@zinob.se', url='https://github.com/zinob/RPI_SGP30',