mirror of
https://github.com/meshtastic/python.git
synced 2026-01-19 05:07:58 -05:00
Missing a comma!
This commit is contained in:
2
setup.py
2
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",
|
||||
|
||||
Reference in New Issue
Block a user