mirror of
https://github.com/beetbox/beets.git
synced 2025-12-24 09:33:46 +01:00
merge fix from master
This commit is contained in:
commit
bd586c694e
1 changed files with 4 additions and 0 deletions
4
setup.py
4
setup.py
|
|
@ -85,6 +85,10 @@ setup(name='beets',
|
|||
'Topic :: Multimedia :: Sound/Audio :: Players :: MP3',
|
||||
'License :: OSI Approved :: MIT License',
|
||||
'Environment :: Console',
|
||||
'Environment :: Web Environment',
|
||||
'Development Status :: 4 - Beta',
|
||||
'Programming Language :: Python :: 2',
|
||||
'Programming Language :: Python :: 2.6',
|
||||
'Programming Language :: Python :: 2.7',
|
||||
],
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue