added "python_requires"

people are installing this package in python2 and running into issues of syntax error which is only used in pyhon3.5, thus the need of `python_requires`
This commit is contained in:
YoSTEALTH 2020-07-05 20:29:27 -06:00 committed by jaseg
parent b4f5b10699
commit e6abadec7e

View file

@ -17,6 +17,7 @@ setup(
test_suite = 'mpv-test',
keywords = ['mpv', 'library', 'video', 'audio', 'player', 'display',
'multimedia'],
python_requires='>=3.5',
classifiers = [
'Development Status :: 4 - Beta',
'Environment :: X11 Applications',