From 74e5aceb05f42e863995da3f725487b0f88177b0 Mon Sep 17 00:00:00 2001 From: Simon Albinsson Date: Sun, 22 Apr 2018 19:40:55 +0000 Subject: [PATCH] setup.py: updaed author and syntaxfix --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 1da2a57..c097c7d 100644 --- a/setup.py +++ b/setup.py @@ -10,10 +10,10 @@ with open('LICENSE') as f: setup( name='sgp30', - description='Library for reading data from the sensiron SGP30' + description='Library for reading data from the sensiron SGP30', version='0.1.0', long_description=readme, - author='Kenneth Reitz', + author='Simon Albinsson', author_email='pipmon@zinob.se', url='https://github.com/zinob/RPI_SGP30', license=license,