summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2020-06-24 17:49:14 +0200
committerFlorian Bruhin <me@the-compiler.org>2020-06-24 17:49:14 +0200
commit419f25bbeef1fc15e210e9bb34c2240d061085ad (patch)
treec0c584e1ff0bf5f45c4c0a48b2cc8b4b32b61c47
parent0e2db8eadc752d9502fba6d9697c67ca91550997 (diff)
downloadqutebrowser-419f25bbeef1fc15e210e9bb34c2240d061085ad.tar.gz
qutebrowser-419f25bbeef1fc15e210e9bb34c2240d061085ad.zip
Update PyPI classifiers
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 7741a71b7..69a382e15 100755
--- a/setup.py
+++ b/setup.py
@@ -83,7 +83,7 @@ try:
author_email=_get_constant('email'),
license=_get_constant('license'),
classifiers=[
- 'Development Status :: 4 - Beta',
+ 'Development Status :: 5 - Production/Stable',
'Environment :: X11 Applications :: Qt',
'Intended Audience :: End Users/Desktop',
'License :: OSI Approved :: GNU General Public License v3 or later '