setup.py: adds long_description_content_type
Hope fully this will fix Readme rendering issue on pypi
This commit is contained in:
1
setup.py
1
setup.py
@@ -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',
|
||||||
|
Reference in New Issue
Block a user