mirror of
https://github.com/beetbox/beets.git
synced 2026-01-03 14:32:55 +01:00
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:
parent
7b1bee6c38
commit
3c2a66e148
1 changed files with 1 additions and 0 deletions
1
setup.py
1
setup.py
|
|
@ -70,6 +70,7 @@ setup(
|
|||
"beets",
|
||||
"beets.autotag",
|
||||
"beets.dbcore",
|
||||
"beets.test",
|
||||
"beets.ui",
|
||||
"beets.util",
|
||||
"beetsplug",
|
||||
|
|
|
|||
Loading…
Reference in a new issue