Mention explicitly py2 is not supported
* renamed musicpd
* python3 port
+* no python2 support
* added searchadd and searchaddpl commands
* added seekcur command
* added client to client commands
-#! /usr/bin/env python
+#! /usr/bin/env python3
from distutils.core import setup
author_email='kaliko@azylum.org',
#url="http://jatreuman.indefero.net/p/python-mpd/",
download_url="http://pypi.python.org/pypi/python-musicpd/",
- py_modules=["mpd"],
+ py_modules=["musicpd"],
classifiers=CLASSIFIERS,
#license=LICENSE,
keywords=["mpd"],