Fix setup.py to include all modules
This commit is contained in:
@@ -8,7 +8,7 @@ import psycopg2
|
||||
from psycopg2 import sql
|
||||
from cryptography.fernet import Fernet, InvalidToken
|
||||
|
||||
from keystore import ReferenceKeystore
|
||||
from crypto_dev_signer.keystore import ReferenceKeystore
|
||||
|
||||
logging.basicConfig(level=logging.DEBUG)
|
||||
logg = logging.getLogger()
|
||||
|
||||
@@ -5,8 +5,8 @@ import logging
|
||||
|
||||
from rlp import encode as rlp_encode
|
||||
|
||||
from signer import ReferenceSigner
|
||||
from transaction import EIP155Transaction
|
||||
from crypto_dev_signer.eth.signer import ReferenceSigner
|
||||
from crypto_dev_signer.eth.transaction import EIP155Transaction
|
||||
|
||||
logging.basicConfig(level=logging.DEBUG)
|
||||
logg = logging.getLogger()
|
||||
|
||||
Reference in New Issue
Block a user