               PYTHON BINDINGS FOR LIGHT MEDIA SCANNER

REQUIREMENTS
============

 * LightMediaScanner >= 0.3.0
 * Cython >= 0.9.6.8
 * Python >= 2.4
 * Python-setuptools >= 0.6_rc3


BUILDING AND INSTALLING
=======================

This package uses setuptools, so execute:

Build::

        python setup.py build

Install::

        python setup.py install

You can choose where to install by using command options, see output
of "python setup.py <command> --help", example:

        python setup.py install --help

Options can also be set in file "setup.cfg".
