|
18 | 18 | 'Operating System :: MacOS', |
19 | 19 | 'License :: OSI Approved :: MIT License', |
20 | 20 | 'Intended Audience :: Developers', |
21 | | - 'Programming Language :: Python :: 3.6', |
| 21 | + 'Programming Language :: Python :: 3.4', |
| 22 | + 'Programming Language :: Python :: 3', |
22 | 23 | 'Topic :: Software Development', |
23 | 24 | 'Topic :: Home Automation', |
24 | 25 | 'Topic :: System :: Hardware'] |
25 | 26 |
|
26 | 27 | setup( |
27 | 28 | name = 'adafruit-io', |
28 | 29 | version = verstr, |
29 | | - author = 'Justin Cooper', |
30 | | - author_email = 'justin@adafruit.com', |
| 30 | + author = 'Adafruit Industries', |
| 31 | + author_email = 'adafruitio@adafruit.com', |
31 | 32 | packages = ['Adafruit_IO'], |
32 | 33 | py_modules = ['ez_setup'], |
33 | 34 | url = 'https://github.com/adafruit/io-client-python', |
34 | 35 | license = 'MIT', |
35 | 36 | keywords = 'Adafruit IO', |
36 | 37 | classifiers = classifiers, |
37 | | - python_requires = ">=3.6", |
38 | | - description = 'Client library for Adafruit IO (http://io.adafruit.com/).', |
| 38 | + python_requires = ">=3.4.0", |
| 39 | + description = 'Python client library for Adafruit IO (http://io.adafruit.com/).', |
39 | 40 | long_description = open('README.rst').read(), |
40 | 41 | install_requires = ["requests", "paho-mqtt"] |
41 | 42 | ) |
0 commit comments