python_requires statement correction

Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
This commit is contained in:
Matthew Stidham
2021-11-04 13:13:01 -07:00
parent eddbc31901
commit ee120b43e2

View File

@@ -33,7 +33,7 @@ setup(
'scp',
'dash',
'kaleido'],
python_required='>=3.6, <4',
python_requires='>=3.6, <4',
classifiers=[
"Programming Language :: Python :: 3",
"Operating System :: OS Independent",