diff --git a/requirements.txt b/requirements.txt index 8e78d74..4f9598b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ pyside6 PyGithub -meshtastic>=2.0.0 +meshtastic>=2.0.1 esptool==4.2.1 qt-material psutil diff --git a/setup.py b/setup.py index d41043a..c90d7fd 100644 --- a/setup.py +++ b/setup.py @@ -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", @@ -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={ },