File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1- _commit : v2.0.0
1+ _commit : v2.1.1
22_src_path : gh:mopidy/mopidy-ext-template
3344author_full_name : Stein Magnus Jodal
Original file line number Diff line number Diff line change 11# mopidy-mpd
22
3- ![ PyPI - Version ] ( https://img.shields.io/pypi/v/mopidy-mpd?link= https://pypi.org/p/mopidy-mpd )
4- ![ GitHub Actions Workflow Status ] ( https://img.shields.io/github/actions/workflow/status/mopidy/mopidy-mpd/ci.yml?link= https://github.com/mopidy/mopidy-mpd/actions/workflows/ci.yml )
5- ![ Codecov ] ( https://img.shields.io/codecov/c/gh/mopidy/mopidy-mpd?link= https://codecov.io/gh/mopidy/mopidy-mpd )
3+ [ ![ Latest PyPI version ] ( https://img.shields.io/pypi/v/mopidy-mpd )] ( https://pypi.org/p/mopidy-mpd )
4+ [ ![ CI build status ] ( https://img.shields.io/github/actions/workflow/status/mopidy/mopidy-mpd/ci.yml )] ( https://github.com/mopidy/mopidy-mpd/actions/workflows/ci.yml )
5+ [ ![ Test coverage ] ( https://img.shields.io/codecov/c/gh/mopidy/mopidy-mpd )] ( https://codecov.io/gh/mopidy/mopidy-mpd )
66
77[ Mopidy] ( https://mopidy.com/ ) extension for controlling Mopidy from MPD
88clients.
Original file line number Diff line number Diff line change 77
88
99class Extension (ext .Extension ):
10- dist_name = "Mopidy-MPD "
10+ dist_name = "mopidy-mpd "
1111 ext_name = "mpd"
1212 version = __version__
1313
You can’t perform that action at this time.
0 commit comments