File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -213,7 +213,7 @@ jobs:
213213 pytest "$name/tests"
214214
215215 osx_wheels :
216- runs-on : macos-latest
216+ runs-on : macos-10.15
217217 steps :
218218 - uses : actions/checkout@v1
219219 - name : Brew setup
Original file line number Diff line number Diff line change 11FFPyPlayer is a python binding for the FFmpeg library for playing and writing
22media files.
33
4- For more information: http ://matham.github.io/ffpyplayer/index.html
4+ For more information: https ://matham.github.io/ffpyplayer/index.html
55
6- To install: http ://matham.github.io/ffpyplayer/installation.html
6+ To install: https ://matham.github.io/ffpyplayer/installation.html
77
88.. image :: https://travis-ci.org/matham/ffpyplayer.svg?branch=master
99 :target: https://travis-ci.org/matham/ffpyplayer
Original file line number Diff line number Diff line change @@ -400,7 +400,7 @@ def get_wheel_data():
400400 author = 'Matthew Einhorn' ,
401401 license = 'LGPL3' ,
402402 description = 'A cython implementation of an ffmpeg based player.' ,
403- url = 'http ://matham.github.io/ffpyplayer/' ,
403+ url = 'https ://matham.github.io/ffpyplayer/' ,
404404 long_description = long_description ,
405405 classifiers = ['License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)' ,
406406 'Topic :: Multimedia :: Video' ,
You can’t perform that action at this time.
0 commit comments