setup.py: updaed author and syntaxfix

This commit is contained in:
Simon Albinsson
2018-04-22 19:40:55 +00:00
parent 2169816f40
commit 74e5aceb05

View File

@@ -10,10 +10,10 @@ 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.0', version='0.1.0',
long_description=readme, long_description=readme,
author='Kenneth Reitz', author='Simon Albinsson',
author_email='pipmon@zinob.se', author_email='pipmon@zinob.se',
url='https://github.com/zinob/RPI_SGP30', url='https://github.com/zinob/RPI_SGP30',
license=license, license=license,