python version classifiers in setup.py

This commit is contained in:
Adrian Sampson 2012-12-30 16:23:37 -08:00
parent 082932069f
commit 3b56bf4b8b

View file

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