setup: fix indentation for lists

This commit is contained in:
Roman Zeyde
2017-05-01 21:35:05 +03:00
parent 7d9b3ff1d0
commit 3a93fc859d
4 changed files with 23 additions and 5 deletions

View File

@@ -9,7 +9,10 @@ setup(
author_email='roman.zeyde@gmail.com',
url='http://github.com/romanz/trezor-agent',
scripts=['ledger_agent.py'],
install_requires=['libagent>=0.9.0', 'ledgerblue>=0.1.8'],
install_requires=[
'libagent>=0.9.0',
'ledgerblue>=0.1.8'
],
platforms=['POSIX'],
classifiers=[
'Environment :: Console',