summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrian Sampson <adrian@radbox.org>2010-07-07 08:51:18 -0700
committerAdrian Sampson <adrian@radbox.org>2010-07-07 08:51:18 -0700
commitcfece68a4fb9577cb81475560558410b278b9fb1 (patch)
treebc3dc9223c27894ec36b5e088773040ae0cae6d8
parentca7484e4a4453320f0e45c77c8f2dd9cc96df242 (diff)
add ui to setup.py packages list1.0b2
-rwxr-xr-xsetup.py1
1 files changed, 1 insertions, 0 deletions
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',
],