mirror of
https://github.com/beetbox/beets.git
synced 2025-12-27 02:52:33 +01:00
Fix missing comma in setup.py
This commit is contained in:
parent
b467c2c4fc
commit
2ff7e6bc47
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -114,7 +114,7 @@ setup(
|
|||
'requests_oauthlib',
|
||||
'reflink',
|
||||
'rarfile',
|
||||
'python3-discogs-client'
|
||||
'python3-discogs-client',
|
||||
'py7zr',
|
||||
],
|
||||
'lint': [
|
||||
|
|
|
|||
Loading…
Reference in a new issue