fix the python_requires var

This commit is contained in:
Zach White
2021-03-07 11:07:36 -08:00
parent 3b6c0fd058
commit c6977fa851
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ dist-name = qmk
license_file = LICENSE
module = qmk_cli
home-page = https://github.com/qmk/qmk_cli
requires-python = >=3.5
requires-python = >=3.7
[entry_points]
qmk = qmk_cli.script_qmk:main
+1 -1
View File
@@ -38,7 +38,7 @@ if __name__ == "__main__":
'Topic :: Software Development',
'Topic :: Utilities',
],
requires_python=metadata['requires-python'],
python_requires=metadata['requires-python'],
install_requires=[
"appdirs",
"argcomplete",