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', '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",