Add missing ext.conf to manifest
2 files changed, 2 insertions(+), 1 deletions(-) A => MANIFEST.in M mopidy_multisonic/__init__.py
A => MANIFEST.in +1 -0
@@ 0,0 1,1 @@ +include mopidy_*/ext.conf
M mopidy_multisonic/__init__.py +1 -1
@@ 3,7 3,7 @@ import pathlib from mopidy import config, ext -__version__ = '0.1.0' +__version__ = '0.1.1' # TODO: If you need to log, use loggers named after the current Python module logger = logging.getLogger(__name__)