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:
@@ -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
|
||||||
@@ -26,7 +26,7 @@ Quick usage-example:
|
|||||||
print(sgp.read_measurements())
|
print(sgp.read_measurements())
|
||||||
|
|
||||||
Features that are known to be missing (listing in rough order of importance):
|
Features that are known to be missing (listing in rough order of importance):
|
||||||
---------------------------
|
-----------------------------------------------------------------------------
|
||||||
* Fix python3 compatibility.
|
* 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.
|
* 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.
|
* Write doc-strings for all or at least most methods.
|
||||||
|
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',
|
version='0.1.3-a',
|
||||||
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