From 3c2a66e1481eac9282e2ecaa13685ef41ee5ff30 Mon Sep 17 00:00:00 2001 From: Lars Kruse Date: Thu, 18 Jan 2024 00:03:54 +0100 Subject: [PATCH] build: add missing "beets.test" package In commit 508d28f66be the package `beets.test` was introduced. But it was not added to the list of packages in `setup.py`. Thus, it was not part of a beets installation for now. --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index b1863f612..62bac6e4e 100755 --- a/setup.py +++ b/setup.py @@ -70,6 +70,7 @@ setup( "beets", "beets.autotag", "beets.dbcore", + "beets.test", "beets.ui", "beets.util", "beetsplug",