From 06a6beb94a6420e74cf89081c5ff0243eb799b96 Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Sat, 27 Mar 2010 17:28:46 +0100 Subject: [PATCH] Add PyPI trove categories --- setup.py | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/setup.py b/setup.py index 8d3389a5..bbf300f7 100644 --- a/setup.py +++ b/setup.py @@ -55,4 +55,15 @@ setup( license='GPLv2', description='MPD server with Spotify support', long_description=open('README.rst').read(), + classifiers=[ + 'Development Status :: 3 - Alpha', + 'Environment :: No Input/Output (Daemon)', + 'Intended Audience :: End Users/Desktop', + 'License :: OSI Approved :: GNU General Public License (GPL)', + 'Operating System :: MacOS :: MacOS X', + 'Operating System :: POSIX :: Linux', + 'Programming Language :: Python :: 2.6', + 'Programming Language :: Python :: 2.7', + 'Topic :: Multimedia :: Sound/Audio :: Players', + ], )