gpg: export command-line tool
This commit is contained in:
1
setup.py
1
setup.py
@@ -30,5 +30,6 @@ setup(
|
|||||||
entry_points={'console_scripts': [
|
entry_points={'console_scripts': [
|
||||||
'trezor-agent = trezor_agent.__main__:run_agent',
|
'trezor-agent = trezor_agent.__main__:run_agent',
|
||||||
'trezor-git = trezor_agent.__main__:run_git',
|
'trezor-git = trezor_agent.__main__:run_git',
|
||||||
|
'trezor-gpg = trezor_agent.gpg.signer:main',
|
||||||
]},
|
]},
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user