pymusicbrainz 0.4

This is a straight python to c binding for libmusicbrainz.

To build:

	python setup.py build_ext -I ..
	
To install:

	python setup.py install

Next check out the "examples" directory to see some examples of using the
module.

The docs for the underlying lib can be found at: 

http://musicbrainz.org/docs/mb_client/mb_c_h.html

