mirror of
https://github.com/romanz/amodem.git
synced 2026-03-25 11:51:02 +08:00
trezor: move into subpackage
This commit is contained in:
2
setup.py
2
setup.py
@@ -9,7 +9,7 @@ setup(
|
||||
author_email='roman.zeyde@gmail.com',
|
||||
license='MIT',
|
||||
url='http://github.com/romanz/trezor-agent',
|
||||
packages=['sshagent'],
|
||||
packages=['sshagent', 'sshagent.trezor'],
|
||||
install_requires=['ecdsa', 'trezor', 'bitcoin'],
|
||||
platforms=['POSIX'],
|
||||
classifiers=[
|
||||
|
||||
@@ -5,8 +5,8 @@ import binascii
|
||||
import time
|
||||
import os
|
||||
|
||||
from . import util
|
||||
from . import formats
|
||||
from .. import util
|
||||
from .. import formats
|
||||
from . import trezor_library
|
||||
|
||||
import logging
|
||||
Reference in New Issue
Block a user