setup.py: Taggs for currently supported python versions
This commit is contained in:
8
setup.py
8
setup.py
@@ -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',
|
||||
|
||||
)
|
||||
|
Reference in New Issue
Block a user