__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