README: Tries to get pypi tp render..

Updates all errors found by rst-lint. Changes versioning so that i dont
bump minor version just to faceroll Readme
This commit is contained in:
Simon Albinsson
2018-04-23 08:49:22 +00:00
parent 0a35ec2f76
commit ea6fc48fbc
2 changed files with 3 additions and 3 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
@@ -26,7 +26,7 @@ Quick usage-example:
print(sgp.read_measurements())
Features that are known to be missing (listing in rough order of importance):
---------------------------
-----------------------------------------------------------------------------
* Fix python3 compatibility.
* The handing of baseline values are not that great, it should probably be up to the end user to save and restore them as needed.
* Write doc-strings for all or at least most methods.

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',
version='0.1.3-a',
long_description=readme,
author='Simon Albinsson',
author_email='pipmon@zinob.se',