Add missing account_es prefix on setup.py

This commit is contained in:
Sergi Almacellas Abellana 2017-06-09 09:40:24 +02:00
parent b974574322
commit 3144f4b27d
1 changed files with 3 additions and 1 deletions

View File

@ -8,7 +8,9 @@ import ConfigParser
MODULE = 'aeat_sii'
PREFIX = 'nantic'
MODULE2PREFIX = {}
MODULE2PREFIX = {
'account_es': 'trytonspain'
}
def read(fname):