forked from platypush/platypush
Fixed mpd package name
This commit is contained in:
parent
ea3eef379a
commit
97f2733308
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -65,7 +65,7 @@ setup(
|
|||
'Support for Apache Kafka backend': ['kafka-python'],
|
||||
'Support for Pushbullet backend': ['requests', 'websocket-client'],
|
||||
'Support for Philips Hue plugin': ['phue'],
|
||||
'Support for MPD/Mopidy music server plugin': ['mpd'],
|
||||
'Support for MPD/Mopidy music server plugin': ['python-mpd2'],
|
||||
'Support for Belkin WeMo Switch plugin': ['ouimeaux'],
|
||||
},
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue