setup.py: updaed author and syntaxfix
This commit is contained in:
4
setup.py
4
setup.py
@@ -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,
|
||||||
|
Reference in New Issue
Block a user