mirror of
https://github.com/meshtastic/python.git
synced 2026-09-15 06:52:41 -04:00
Missing a comma!
This commit is contained in:
1 parent
61f5468847
commit
c24d1fe26b
1 file changed
+1
-1
@@ -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",
|
||||
|
||||
Reference in new issue
Block a user