merge fix from master

This commit is contained in:
Adrian Sampson 2012-12-30 17:20:32 -08:00
commit bd586c694e

View file

@ -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',
],
)