From cfece68a4fb9577cb81475560558410b278b9fb1 Mon Sep 17 00:00:00 2001 From: Adrian Sampson Date: Wed, 7 Jul 2010 08:51:18 -0700 Subject: [PATCH] add ui to setup.py packages list --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 5590198ec..775046633 100755 --- a/setup.py +++ b/setup.py @@ -40,6 +40,7 @@ setup(name='beets', packages=[ 'beets', + 'beets.ui', 'beets.autotag', 'beets.player', ],