mirror of
https://github.com/romanz/amodem.git
synced 2026-04-20 13:16:42 +08:00
__main__: move entry point
This commit is contained in:
2
setup.py
2
setup.py
@@ -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.__main__:main'
|
||||||
]},
|
]},
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user