diff --git a/setup.py b/setup.py index 4160d9b..a953988 100644 --- a/setup.py +++ b/setup.py @@ -12,12 +12,15 @@ 'complex functionality of the Texas Instruments INA219 ' 'sensor to measure voltage, current and power.') -classifiers = ['Development Status :: 4 - Beta', +classifiers = ['Development Status :: 5 - Production/Stable', 'Operating System :: POSIX :: Linux', 'License :: OSI Approved :: MIT License', 'Intended Audience :: Developers', 'Programming Language :: Python :: 2.7', 'Programming Language :: Python :: 3.4', + 'Programming Language :: Python :: 3.5', + 'Programming Language :: Python :: 3.6', + 'Programming Language :: Python :: 3.7', 'Topic :: System :: Hardware :: Hardware Drivers'] # Define required packages.