fix setup.py classifiers

This commit is contained in:
brentru 2018-07-13 14:39:13 -04:00
parent 4b96baee85
commit 543a01c992

View file

@ -39,8 +39,7 @@ classifiers = ['Development Status :: 5 - Production/Stable',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Topic :: Home Automation',
'Topic :: Software Development',
'Topic :: Syste m :: Hardware']
'Topic :: Software Development']
setup(
name = 'adafruit-io',