mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-15 08:31:57 -05:00
Add classifiers
This commit is contained in:
parent
2af220ef8d
commit
8762ce0f2d
14
setup.py
14
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'])
|
||||
|
Loading…
Reference in New Issue
Block a user