sima v0.12.0
* Major refactoring
+ * Add a setup.py, got rid of the Makefile.
* Switched to Python3 (>=3.2)
* Depends on requests (http client)
* Depends on python-musicpd (py3k port of python-mpd)
- configuration file changed
+ configuration file change
internal database remains the same
+ * Temporarily removed userdb feature
-- kaliko jack <kaliko@azylum.org> UNRELEASED
from sima.info import __doc__ as DESCRIPTION, __email__ as EMAIL
data_files = [
- ('share/man/man1', ['data/man/mpd-sima.1',]),
- #('share/man/man1', ['data/mpd-sima.1', 'data/simadb_cli.1',]),
- #('share/man/man5', ['data/mpd-sima.cfg.5',]),
+ ('share/man/man1', ['data/man/mpd-sima.1', 'data/simadb_cli.1',]),
+ ('share/man/man5', ['data/man/mpd-sima.cfg.5',]),
('share/doc/mpd-sima/examples/', glob.glob('doc/examples/*')),
- #('share/doc/mpd-sima/', [fi for fi in listdir('doc') if isfile(fi)]),
+ ('share/doc/mpd-sima/', [fi for fi in listdir('doc') if isfile(fi)]),
]
classifiers = [
"Development Status :: 5 - Production/Stable",