From c24d1fe26b724bd3cf1786cbd965a0a39cac4f19 Mon Sep 17 00:00:00 2001 From: Ben Meadors Date: Tue, 1 Nov 2022 07:26:04 -0500 Subject: [PATCH] Missing a comma! --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 270d9e0..2007db8 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ setup( author_email="contact@meshtastic.org", license="GPL-3.0-only", classifiers=[ - "License :: OSI Approved :: GNU General Public License v3 (GPLv3)" + "License :: OSI Approved :: GNU General Public License v3 (GPLv3)", "Development Status :: 4 - Beta", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8",