naming bug fix for TGIDs field types

This commit is contained in:
Cort Buffington 2017-05-19 12:57:50 -05:00
parent a06eda9ef0
commit f481d23649
2 changed files with 2 additions and 2 deletions

View File

@ -39,7 +39,7 @@ __email__ = 'n0mjs@me.com'
# CONSTANTS
SUB_FIELDS = ('ID', 'CALLSIGN', 'NAME', 'CITY', 'STATE', 'COUNTRY', 'TYPE')
PEER_FIELDS = ('ID', 'CALLSIGN', 'CITY', 'STATE', 'COUNTRY', 'FREQ', 'CC', 'OFFSET', 'TYPE', 'LINKED', 'TRUSTEE', 'INFO', 'OTHER', 'NETWORK', )
TGID_FIELDS = ('TGID', 'NAME')
TGID_FIELDS = ('ID', 'NAME')
#************************************************

View File

@ -7,7 +7,7 @@ def readme():
return file.read()
setup(name='dmr_utils',
version='0.1.6',
version='0.1.7',
description='ETSI DMR (Digital Mobile Radio) Teir II Utilities',
long_description='Modules to disassemble and assemble DMR packets, including generating and decoding varoius FEC routines',
classifiers=[