summaryrefslogtreecommitdiff
path: root/setup.py
AgeCommit message (Collapse)AuthorFilesLines
2022-11-27Migrate away from setup.py and use PEP 612-style pyproject.tomlLouis-Philippe VĂ©ronneau1-40/+0
Closes #240.
2022-04-27Fix license field in setup.pyjaseg1-1/+1
2022-04-24Version 1.0.1v1.0.1jaseg1-1/+1
2022-04-24Version 1.0.1jaseg1-1/+5
Include README in PyPI package
2022-04-24Fix setup.py for PyPI uploadjaseg1-2/+2
2022-04-24Version v1.0.0jaseg1-1/+1
2022-04-24Version 1.0.0jaseg1-2/+2
2022-04-18setup.py: Update license informationjaseg1-1/+2
2022-04-17Bump minimum python version to 3.7jaseg1-3/+5
2020-07-21Move test files into a 'tests' dirLouis-Philippe VĂ©ronneau1-1/+1
2020-07-20Version 0.5.1v0.5.1jaseg1-1/+1
2020-07-19Bump version to v0.5.0v0.5.0jaseg1-1/+1
This release introduces a new ShutdownError thrown in a few places in case the underlying libmpv handle gets closed. Previously, such situations would lead to hangs (wait_for_* methods) or segfaults (e.g. __getattr__). Some of this carnage is still possible, but these remaining issues will be closed over the next releases by throwing ShutdownErrors in more places.
2020-07-16Bump version to v0.4.8v0.4.8jaseg1-1/+1
2020-07-15added "python_requires"YoSTEALTH1-0/+1
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`
2020-07-12Bump version to v0.4.7v0.4.7jaseg1-1/+1
2020-04-05Version v0.4.6v0.4.6jaseg1-1/+1
2020-04-05Make tests run headless using xvfbwrapperjaseg1-0/+2
2019-12-04Version 0.4.5v0.4.5jaseg1-1/+1
2019-12-03Version 0.4.4v0.4.4jaseg1-1/+1
2019-12-02Version 0.4.2v0.4.2jaseg1-1/+1
2019-12-01Version 0.4.1v0.4.1jaseg1-1/+1
2019-11-26Bump version to v0.4.0v0.4.0jaseg1-1/+1
This change breaks the key binding API. Old code has to be modified to add the new "char" parameter: old: player = mpv.MPV() @player.key_binding('Q') def binding(state, name): print('blep') new: player = mpv.MPV() @player.key_binding('Q') def binding(state, name, char): # <<< here print('blep')
2019-11-10Version 0.3.10v0.3.10jaseg1-1/+1
2018-07-25Version 0.3.9v0.3.9jaseg1-1/+1
2017-12-24Bump version to v0.3.8v0.3.8jaseg1-1/+1
2017-12-05v0.3.7: Remove windows classifiers since nobody tests this on windowsjaseg1-3/+1
2017-09-19Bump version to 0.3.6v0.3.6jaseg1-1/+1
2017-09-14Version 0.3.5v0.3.5jaseg1-1/+1
2017-08-23Version 0.3.4v0.3.4jaseg1-1/+1
2017-08-20Bump version to 0.3.3v0.3.3jaseg1-1/+1
2017-08-06setup.py: Add pillow extra dependencyjaseg1-0/+3
2017-08-06Bump version to 0.3.2v0.3.2jaseg1-1/+1
2017-08-06Bump version to 0.3.1v0.3.1jaseg1-1/+1
2017-08-03Bump version to 0.3.0v0.3.0jaseg1-1/+1
2017-08-03Bump version to 0.2.9v0.2.9jaseg1-1/+1
2017-08-02Bump version to 0.2.8v0.2.8jaseg1-1/+1
2017-07-23Bump version to 0.2.7v0.2.7jaseg1-1/+1
2017-07-13Bump version to 0.2.6v0.2.6jaseg1-1/+1
2017-07-05setup.py: Small syntax fixesjaseg1-3/+3
2017-07-05Bump version to 0.2.5jaseg1-1/+1
...because I acciditially pushed test code to pypi -.-
2017-07-03setup.py: Bump version to 0.2.4v0.2.4jaseg1-1/+1
2017-05-26Relase 0.2.3: Include Python 3.5 in package metadatajaseg1-1/+2
2017-05-26Release 0.2.2v0.2.2jaseg1-1/+1
2017-05-26README: rst syntax fix because I can't rstjaseg1-1/+1
2017-05-26Fix for pypi submissionjaseg1-3/+18
2017-05-07Update setup.py with correct license versionjaseg1-1/+1
2014-08-10Initial commitjaseg1-0/+13