diff --git a/setup.py b/setup.py index 0cc83f6..b673d3d 100755 --- a/setup.py +++ b/setup.py @@ -10,6 +10,7 @@ setup( url='http://github.com/romanz/trezor-agent', packages=[ 'libagent', + 'libagent.age', 'libagent.device', 'libagent.gpg', 'libagent.signify',