From 56d18292053563511f5e9e199dc0a13c34d7194e Mon Sep 17 00:00:00 2001 From: Simon Albinsson Date: Mon, 23 Apr 2018 19:18:44 +0000 Subject: [PATCH] setup.py: Taggs for currently supported python versions --- setup.py | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 6ee5076..619bdc3 100644 --- a/setup.py +++ b/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', - )