From 567def69c307dd380fe69c50f6b527295b70f5d4 Mon Sep 17 00:00:00 2001 From: Valentin Lorentz Date: Wed, 11 Nov 2015 10:08:09 +0100 Subject: [PATCH] setup.py: Improve/update classifiers. --- setup.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 35604d731..18112a737 100644 --- a/setup.py +++ b/setup.py @@ -180,13 +180,12 @@ setup( granularity. Batteries are included in the form of numerous plugins already written."""), classifiers = [ - 'Development Status :: 4 - Beta', + 'Development Status :: 5 - Production/Stable', 'Environment :: Console', 'Environment :: No Input/Output (Daemon)', 'Intended Audience :: End Users/Desktop', 'Intended Audience :: Developers', 'License :: OSI Approved :: BSD License', - 'Topic :: Communications :: Chat :: Internet Relay Chat', 'Natural Language :: English', 'Natural Language :: Finnish', 'Natural Language :: French', @@ -200,6 +199,8 @@ setup( 'Programming Language :: Python :: 3.2', 'Programming Language :: Python :: 3.3', 'Programming Language :: Python :: 3.4', + 'Topic :: Communications :: Chat :: Internet Relay Chat', + 'Topic :: Software Development :: Libraries :: Python Modules', ], # Installation data