setup.py: Taggs for currently supported python versions

This commit is contained in:
Simon Albinsson
2018-04-23 19:18:44 +00:00
parent 21c793a41e
commit 56d1829205

View File

@@ -22,8 +22,12 @@ setup(
classifiers=[
'Development Status :: 4 - Beta',
'Intended Audience :: Developers',
'License :: OSI Approved :: MIT License'
'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',
],
keywords='sgp30 i2c smbus smbus2',
)