Update PyPI classifiers
This commit is contained in:
parent
0e2db8eadc
commit
419f25bbee
2
setup.py
2
setup.py
|
|
@ -83,7 +83,7 @@ try:
|
||||||
author_email=_get_constant('email'),
|
author_email=_get_constant('email'),
|
||||||
license=_get_constant('license'),
|
license=_get_constant('license'),
|
||||||
classifiers=[
|
classifiers=[
|
||||||
'Development Status :: 4 - Beta',
|
'Development Status :: 5 - Production/Stable',
|
||||||
'Environment :: X11 Applications :: Qt',
|
'Environment :: X11 Applications :: Qt',
|
||||||
'Intended Audience :: End Users/Desktop',
|
'Intended Audience :: End Users/Desktop',
|
||||||
'License :: OSI Approved :: GNU General Public License v3 or later '
|
'License :: OSI Approved :: GNU General Public License v3 or later '
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue