Skip to content
This repository has been archived by the owner on Apr 29, 2023. It is now read-only.

Commit

Permalink
Update metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
thebentern committed Nov 1, 2022
1 parent 7b42334 commit 4334e3f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pyside6
PyGithub
meshtastic>=2.0.0
meshtastic>=2.0.1
esptool==4.2.1
qt-material
psutil
Expand Down
10 changes: 5 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@
long_description=long_description,
long_description_content_type="text/markdown",
url="https://github.com/meshtastic/Meshtastic-gui-installer",
author="Kevin Hester",
author_email="kevinh@geeksville.com",
license="MIT",
author="Meshtastic Developers",
author_email="contact@meshtastic.org",
license="GPL-3.0-only",
classifiers=[
"License :: OSI Approved :: MIT License",
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
"Development Status :: 4 - Beta",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.6",
Expand All @@ -39,7 +39,7 @@
package_data={
'': ['logo.png', 'help.svg', 'info.svg', 'options.svg', 'cog.svg', 'meshtastic_theme.xml', 'fields.json', 'radios/*'],
},
install_requires=["pyside6", "PyGithub", "esptool==4.2.1", "meshtastic>=2.0.0", "qt-material",
install_requires=["pyside6", "PyGithub", "esptool==4.2.1", "meshtastic>=2.0.1", "qt-material",
"psutil", "adafruit-nrfutil", "pyserial", "geocoder"],
extras_require={
},
Expand Down

0 comments on commit 4334e3f

Please sign in to comment.