Skip to content

Commit

Permalink
setup.py refactored into lines
Browse files Browse the repository at this point in the history
  • Loading branch information
arekbulski committed Feb 22, 2018
1 parent aaa9239 commit 3df98be
Showing 1 changed file with 13 additions and 10 deletions.
23 changes: 13 additions & 10 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,16 +42,19 @@ def readme():
packages=["miio", "mirobo"],

python_requires='>=3.4',
install_requires=['construct==2.9.31',
'click',
'cryptography',
'pretty_cron',
'typing; python_version < "3.5"',
'zeroconf',
'attrs',
'android_backup',
'pytz',
'appdirs'],

install_requires=[
'construct==2.9.31',
'click',
'cryptography',
'pretty_cron',
'typing; python_version < "3.5"',
'zeroconf',
'attrs',
'android_backup',
'pytz',
'appdirs',
],

entry_points={
'console_scripts': [
Expand Down

0 comments on commit 3df98be

Please sign in to comment.