mirror of
https://github.com/beetbox/beets.git
synced 2025-12-24 17:43:52 +01:00
add missing util package to setup.py
This commit is contained in:
parent
86b1f92824
commit
18b7eabb35
1 changed files with 1 additions and 0 deletions
1
setup.py
1
setup.py
|
|
@ -36,6 +36,7 @@ setup(name='beets',
|
|||
'beets',
|
||||
'beets.ui',
|
||||
'beets.autotag',
|
||||
'beets.util',
|
||||
'beetsplug',
|
||||
'beetsplug.bpd',
|
||||
],
|
||||
|
|
|
|||
Loading…
Reference in a new issue