mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-01 03:07:56 +00:00
python_requires statement correction
Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
This commit is contained in:
2
setup.py
2
setup.py
@@ -33,7 +33,7 @@ setup(
|
|||||||
'scp',
|
'scp',
|
||||||
'dash',
|
'dash',
|
||||||
'kaleido'],
|
'kaleido'],
|
||||||
python_required='>=3.6, <4',
|
python_requires='>=3.6, <4',
|
||||||
classifiers=[
|
classifiers=[
|
||||||
"Programming Language :: Python :: 3",
|
"Programming Language :: Python :: 3",
|
||||||
"Operating System :: OS Independent",
|
"Operating System :: OS Independent",
|
||||||
|
|||||||
Reference in New Issue
Block a user