diff --git a/setup.py b/setup.py index fadf6ff..52dd34f 100644 --- a/setup.py +++ b/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', ]}, ) diff --git a/trezor_agent/gpg/signer.py b/trezor_agent/gpg/__main__.py similarity index 100% rename from trezor_agent/gpg/signer.py rename to trezor_agent/gpg/__main__.py