Country/Locale now settable via config (fixes #19); New get_config endpoint for Pusher

This commit is contained in:
James Barnsley
2017-02-06 10:07:32 +13:00
parent f3a409b356
commit 94c947e90e
10 changed files with 53 additions and 17 deletions

View File

@ -37,7 +37,7 @@ setup(
],
entry_points={
'mopidy.ext': [
'iris = mopidy_iris:IrisExtension',
'iris = mopidy_iris:Extension',
],
},
)