Skip to content

Commit af26680

Browse files
committed
Update to mopidy-ext-template v2.1.1
1 parent 2ca16d1 commit af26680

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.copier-answers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
_commit: v2.0.0
1+
_commit: v2.1.1
22
_src_path: gh:mopidy/mopidy-ext-template
33
author_email: [email protected]
44
author_full_name: Stein Magnus Jodal

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
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
88
clients.

src/mopidy_mpd/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88

99
class Extension(ext.Extension):
10-
dist_name = "Mopidy-MPD"
10+
dist_name = "mopidy-mpd"
1111
ext_name = "mpd"
1212
version = __version__
1313

0 commit comments

Comments
 (0)