Add classifiers

This commit is contained in:
ColinDuquesnoy 2014-01-02 16:41:43 +01:00
parent 2af220ef8d
commit 8762ce0f2d

View File

@ -49,4 +49,16 @@ setup(
# PyQt4 # PyQt4
app.setStyleSheet(qdarkstyle.load_stylesheet(pyside=False)) 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'])