build: add missing "beets.test" package

In commit 508d28f66b 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.
This commit is contained in:
Lars Kruse 2024-01-18 00:03:54 +01:00
parent 7b1bee6c38
commit 3c2a66e148

View file

@ -70,6 +70,7 @@ setup(
"beets",
"beets.autotag",
"beets.dbcore",
"beets.test",
"beets.ui",
"beets.util",
"beetsplug",