From 165a0e4aef6d0f886707ef0ae046418381a2df08 Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Thu, 13 Dec 2012 13:48:39 +0100 Subject: [PATCH] Update PyPI short package description --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 6135df31..5840ca53 100644 --- a/setup.py +++ b/setup.py @@ -94,7 +94,7 @@ setup( scripts=['bin/mopidy', 'bin/mopidy-scan'], url='http://www.mopidy.com/', license='Apache License, Version 2.0', - description='MPD server with Spotify support', + description='Music server with MPD and Spotify support', long_description=open('README.rst').read(), classifiers=[ 'Development Status :: 4 - Beta',