From 792b74f4a22be26e3a04b42b4888aabfe5c3b065 Mon Sep 17 00:00:00 2001 From: Jakob Schnitzer Date: Wed, 19 Dec 2012 18:29:14 +0100 Subject: [PATCH] have setup.py install the default config --- MANIFEST.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/MANIFEST.in b/MANIFEST.in index 560ef63db..c967c6912 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -23,3 +23,6 @@ include beetsplug/lastgenre/genres-tree.yaml # Exclude junk. global-exclude .DS_Store + +# Include default config +include beets/config_default.yaml