rename main trezor-agent script

nistp521
Roman Zeyde 9 years ago
parent ff51d08f2b
commit 58c650c84a

@ -24,6 +24,6 @@ setup(
'Topic :: Communications', 'Topic :: Communications',
], ],
entry_points={'console_scripts': [ entry_points={'console_scripts': [
'trezor_agent = sshagent.trezor_agent:main' 'trezor-agent = sshagent.trezor_agent:main'
]}, ]},
) )

@ -1,2 +0,0 @@
#!/bin/bash
python -m sshagent.trezor_agent $*
Loading…
Cancel
Save