From 3f4c985f3d3c8d397b9f3bf292f9ec10ac27737a Mon Sep 17 00:00:00 2001 From: Adrian Sampson Date: Mon, 14 Nov 2011 10:53:05 -0800 Subject: [PATCH] add python-musicbrainz-ngs package to setup.py --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 63b9a7a9c..b934eb0e4 100755 --- a/setup.py +++ b/setup.py @@ -37,6 +37,7 @@ setup(name='beets', 'beets', 'beets.ui', 'beets.autotag', + 'beets.autotag.musicbrainz3', 'beets.util', 'beetsplug', 'beetsplug.bpd',