README/setup: Now advertises python3 compatibility

This commit is contained in:
Simon Albinsson
2018-04-23 20:57:34 +00:00
parent 1a5162c70b
commit 33ef0708a8
2 changed files with 6 additions and 6 deletions

View File

@@ -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',
)