From 8762ce0f2df3ae047475c33b5ce0e8743d3b1ed9 Mon Sep 17 00:00:00 2001 From: ColinDuquesnoy Date: Thu, 2 Jan 2014 16:41:43 +0100 Subject: [PATCH] Add classifiers --- setup.py | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ec6ee528d..c5083d05f 100644 --- a/setup.py +++ b/setup.py @@ -49,4 +49,16 @@ setup( # PyQt4 app.setStyleSheet(qdarkstyle.load_stylesheet(pyside=False)) """, -) + classifiers=[ + 'Development Status :: 5 - Production/Stable', + 'Environment :: X11 Applications :: Qt', + 'Environment :: Win32 (MS Windows)', + 'Intended Audience :: Developers', + 'License :: OSI Approved :: MIT License', + 'Operating System :: Microsoft :: Windows', + 'Operating System :: POSIX :: Linux', + 'Operating System :: MacOS', + 'Programming Language :: Python :: 2.7', + 'Programming Language :: Python :: 3.2', + 'Programming Language :: Python :: 3.3', + 'Topic :: Software Development :: Libraries :: Application Frameworks'])