setup.py: adds long_description_content_type

Hope fully this will fix Readme rendering issue on pypi
This commit is contained in:
Simon Albinsson
2018-04-22 20:07:26 +00:00
parent d8ce0e478c
commit ca59ea15cc

View File

@@ -13,6 +13,7 @@ setup(
description='Library for reading data from the sensiron SGP30', description='Library for reading data from the sensiron SGP30',
version='0.1.0', version='0.1.0',
long_description=readme, long_description=readme,
long_description_content_type='text/markdown',
author='Simon Albinsson', author='Simon Albinsson',
author_email='pipmon@zinob.se', author_email='pipmon@zinob.se',
url='https://github.com/zinob/RPI_SGP30', url='https://github.com/zinob/RPI_SGP30',