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:
Simon Albinsson
2018-04-23 08:58:37 +00:00
parent ea6fc48fbc
commit b5877b6d51
2 changed files with 10 additions and 10 deletions

View File

@@ -5,7 +5,7 @@ Program to read eCO_2 and TVOC from the `SGP30 sensor <https://www.sensirion.com
Quick usage-example:
-------------------_
--------------------
::
from sgp30 import Sgp30

View File

@@ -11,7 +11,7 @@ with open('LICENSE') as f:
setup(
name='sgp30',
description='Library for reading data from the sensiron SGP30',
version='0.1.3-a',
version='0.1.4',
long_description=readme,
author='Simon Albinsson',
author_email='pipmon@zinob.se',