Skip to content

Commit

Permalink
enforce python version requirement >= 3.4 (the same as currently bein…
Browse files Browse the repository at this point in the history
…g tested by tox)
  • Loading branch information
rytilahti committed Oct 30, 2017
1 parent a5da827 commit ab85f0c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,14 @@
'Development Status :: 3 - Alpha',
'Intended Audience :: Developers',
'License :: OSI Approved :: GNU General Public License v3 (GPLv3)',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3 :: Only',
],

keywords='xiaomi miio vacuum',

packages=["miio", "mirobo"],

python_requires='>=3.4',
install_requires=['construct', 'click', 'cryptography', 'pretty_cron', 'typing', 'zeroconf', 'pycrypto', 'attrs'],
entry_points={
'console_scripts': [
Expand Down

0 comments on commit ab85f0c

Please sign in to comment.