UPDATE FOR JSON DATABASE INSTEAD OF CSV

This commit is contained in:
Cort Buffington
2019-03-01 08:33:18 -06:00
parent 8e966027c0
commit 371c47c2f0
2 changed files with 57 additions and 37 deletions

View File

@@ -7,13 +7,13 @@ def readme():
return file.read()
setup(name='dmr_utils3',
version='0.1.20',
version='0.1.21',
description='ETSI DMR (Digital Mobile Radio) Tier II Utilities',
long_description='Modules to disassemble and assemble DMR packets, including generating and decoding various FEC routines',
classifiers=[
'License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)',
'Development Status :: 5 - Production/Stable',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.5',
'Natural Language :: English',
'Operating System :: OS Independent',
'Topic :: Communications :: Ham Radio',