gpg: move signer.py to __main__.py
This commit is contained in:
2
setup.py
2
setup.py
@@ -31,6 +31,6 @@ setup(
|
||||
entry_points={'console_scripts': [
|
||||
'trezor-agent = trezor_agent.__main__:run_agent',
|
||||
'trezor-git = trezor_agent.__main__:run_git',
|
||||
'trezor-gpg = trezor_agent.gpg.signer:main',
|
||||
'trezor-gpg = trezor_agent.gpg.__main__:main',
|
||||
]},
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user