README Fixes bug introduced by fixing rst-lit error
Seems like PyPi wont display -a revisions on its first page. And apparently the rst-linter does not detect malformed underlines.
This commit is contained in:
@@ -5,7 +5,7 @@ Program to read eCO_2 and TVOC from the `SGP30 sensor <https://www.sensirion.com
|
|||||||
|
|
||||||
|
|
||||||
Quick usage-example:
|
Quick usage-example:
|
||||||
-------------------_
|
--------------------
|
||||||
::
|
::
|
||||||
|
|
||||||
from sgp30 import Sgp30
|
from sgp30 import Sgp30
|
||||||
|
2
setup.py
2
setup.py
@@ -11,7 +11,7 @@ with open('LICENSE') as f:
|
|||||||
setup(
|
setup(
|
||||||
name='sgp30',
|
name='sgp30',
|
||||||
description='Library for reading data from the sensiron SGP30',
|
description='Library for reading data from the sensiron SGP30',
|
||||||
version='0.1.3-a',
|
version='0.1.4',
|
||||||
long_description=readme,
|
long_description=readme,
|
||||||
author='Simon Albinsson',
|
author='Simon Albinsson',
|
||||||
author_email='pipmon@zinob.se',
|
author_email='pipmon@zinob.se',
|
||||||
|
Reference in New Issue
Block a user