gpg: use gpg.conf to automatically spawn trezor-gpg-agent
This commit is contained in:
3
setup.py
3
setup.py
@@ -34,6 +34,7 @@ setup(
|
||||
entry_points={'console_scripts': [
|
||||
'trezor-agent = trezor_agent.__main__:run_agent',
|
||||
'trezor-git = trezor_agent.__main__:run_git',
|
||||
'trezor-gpg = trezor_agent.gpg.__main__:main',
|
||||
'trezor-gpg-create = trezor_agent.gpg.__main__:main_create',
|
||||
'trezor-gpg-agent = trezor_agent.gpg.__main__:main_agent',
|
||||
]},
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user