Skip to content

Commit

Permalink
Merge branch 'master' into add_timezone_config
Browse files Browse the repository at this point in the history
  • Loading branch information
rytilahti authored Oct 30, 2017
2 parents c2a55cb + ab85f0c commit b5a2e4b
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,17 @@
'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"],

install_requires=['construct', 'click', 'cryptography', 'pretty_cron', 'typing', 'zeroconf', 'pycrypto', 'attrs', 'pytz'],
python_requires='>=3.4',
install_requires=['construct', 'click', 'cryptography', 'pretty_cron',
'typing', 'zeroconf', 'pycrypto', 'attrs', 'pytz'],

entry_points={
'console_scripts': [
'mirobo=miio.vacuum_cli:cli',
Expand Down

0 comments on commit b5a2e4b

Please sign in to comment.