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:
parent
b4f5b10699
commit
e6abadec7e
1 changed files with 1 additions and 0 deletions
1
setup.py
1
setup.py
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue