mirror of
https://github.com/romanz/amodem.git
synced 2026-02-24 16:18:12 +08:00
rename main trezor-agent script
This commit is contained in:
2
setup.py
2
setup.py
@@ -24,6 +24,6 @@ setup(
|
||||
'Topic :: Communications',
|
||||
],
|
||||
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 $*
|
||||
Reference in New Issue
Block a user