setup.py: Improve/update classifiers.

This commit is contained in:
Valentin Lorentz 2015-11-11 10:08:09 +01:00
parent b3dbde18b8
commit 567def69c3

View File

@ -180,13 +180,12 @@ setup(
granularity. Batteries are included in the form of numerous plugins granularity. Batteries are included in the form of numerous plugins
already written."""), already written."""),
classifiers = [ classifiers = [
'Development Status :: 4 - Beta', 'Development Status :: 5 - Production/Stable',
'Environment :: Console', 'Environment :: Console',
'Environment :: No Input/Output (Daemon)', 'Environment :: No Input/Output (Daemon)',
'Intended Audience :: End Users/Desktop', 'Intended Audience :: End Users/Desktop',
'Intended Audience :: Developers', 'Intended Audience :: Developers',
'License :: OSI Approved :: BSD License', 'License :: OSI Approved :: BSD License',
'Topic :: Communications :: Chat :: Internet Relay Chat',
'Natural Language :: English', 'Natural Language :: English',
'Natural Language :: Finnish', 'Natural Language :: Finnish',
'Natural Language :: French', 'Natural Language :: French',
@ -200,6 +199,8 @@ setup(
'Programming Language :: Python :: 3.2', 'Programming Language :: Python :: 3.2',
'Programming Language :: Python :: 3.3', 'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4', 'Programming Language :: Python :: 3.4',
'Topic :: Communications :: Chat :: Internet Relay Chat',
'Topic :: Software Development :: Libraries :: Python Modules',
], ],
# Installation data # Installation data