diff --git a/dmr_utils/__init__.py b/dmr_utils/__init__.py index e69de29..f8e00bb 100755 --- a/dmr_utils/__init__.py +++ b/dmr_utils/__init__.py @@ -0,0 +1 @@ +name = "dmr_utils" \ No newline at end of file diff --git a/setup.py b/setup.py index 34fd7c8..c6bbc5c 100755 --- a/setup.py +++ b/setup.py @@ -11,15 +11,14 @@ setup(name='dmr_utils', 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+)' - 'Programming Language :: Python :: 2.7' - 'Intended Audience :: Developers' - 'Natural Language :: English' - 'Operating System :: OS Independent' - 'Programming Language :: Python :: Implementation :: CPython' - 'Topic :: Communications :: Ham Radio' - 'Topic :: Software Development :: Libraries :: Python Modules' - 'Topic :: Utilities' + 'License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)', + 'Development Status :: 5 - Production/Stable', + 'Programming Language :: Python :: 2.7', + 'Natural Language :: English', + 'Operating System :: OS Independent', + 'Topic :: Communications :: Ham Radio', + 'Topic :: Software Development :: Libraries :: Python Modules', + 'Topic :: Utilities', ], keywords='dmr radio digital fec ecc mmdvm ham amateur radio', author='Cortney T. Buffington, N0MJS',