From 2cf7e8f07194786f7be073dc8a034b4c2fd70582 Mon Sep 17 00:00:00 2001 From: Steve Zingman Date: Tue, 22 Aug 2017 09:01:08 -0400 Subject: [PATCH] Fix typo --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 62e8261..5cab668 100755 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ def readme(): setup(name='dmr_utils', version='0.1.7', - description='ETSI DMR (Digital Mobile Radio) Teir II Utilities', + 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+)'