rename main trezor-agent script

This commit is contained in:
Roman Zeyde
2015-07-02 16:22:46 +03:00
parent ff51d08f2b
commit 58c650c84a
2 changed files with 1 additions and 3 deletions

View File

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

View File

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