README/setup: Now advertises python3 compatibility
This commit is contained in:
7
setup.py
7
setup.py
@@ -11,7 +11,7 @@ with open('LICENSE') as f:
|
||||
setup(
|
||||
name='sgp30',
|
||||
description='Library for reading data from the sensiron SGP30',
|
||||
version='0.1.4',
|
||||
version='0.1.5',
|
||||
long_description=readme,
|
||||
author='Simon Albinsson',
|
||||
author_email='pipmon@zinob.se',
|
||||
@@ -25,9 +25,8 @@ setup(
|
||||
'License :: OSI Approved :: MIT License',
|
||||
'Programming Language :: Python :: 2',
|
||||
'Programming Language :: Python :: 2.7',
|
||||
#'Programming Language :: Python :: 3',
|
||||
#'Programming Language :: Python :: 3.2',
|
||||
#'Programming Language :: Python :: 3.3',
|
||||
'Programming Language :: Python :: 3',
|
||||
'Programming Language :: Python :: 3.4',
|
||||
],
|
||||
keywords='sgp30 i2c smbus smbus2',
|
||||
)
|
||||
|
Reference in New Issue
Block a user